@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2021-03-12T11:46:32.800+05:30") public class GetAccountPlan extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetAccountPlan.CreditsTypeEnum
This is the type of the credit, "Send Limit" is one of the possible types of credit of a user.
|
static class |
GetAccountPlan.TypeEnum
Displays the plan type of the user
|
| Constructor and Description |
|---|
GetAccountPlan() |
| Modifier and Type | Method and Description |
|---|---|
GetAccountPlan |
credits(Float credits) |
GetAccountPlan |
creditsType(GetAccountPlan.CreditsTypeEnum creditsType) |
GetAccountPlan |
endDate(org.threeten.bp.LocalDate endDate) |
boolean |
equals(Object o) |
Float |
getCredits()
Remaining credits of the user
|
GetAccountPlan.CreditsTypeEnum |
getCreditsType()
This is the type of the credit, "Send Limit" is one of the possible types of credit of a user.
|
org.threeten.bp.LocalDate |
getEndDate()
Date of the period from which the plan will end (only available for "subscription" and "reseller" plan type)
|
org.threeten.bp.LocalDate |
getStartDate()
Date of the period from which the plan will start (only available for "subscription" and "reseller" plan type)
|
GetAccountPlan.TypeEnum |
getType()
Displays the plan type of the user
|
Integer |
getUserLimit()
Only in case of reseller account.
|
int |
hashCode() |
void |
setCredits(Float credits) |
void |
setCreditsType(GetAccountPlan.CreditsTypeEnum creditsType) |
void |
setEndDate(org.threeten.bp.LocalDate endDate) |
void |
setStartDate(org.threeten.bp.LocalDate startDate) |
void |
setType(GetAccountPlan.TypeEnum type) |
void |
setUserLimit(Integer userLimit) |
GetAccountPlan |
startDate(org.threeten.bp.LocalDate startDate) |
String |
toString() |
GetAccountPlan |
type(GetAccountPlan.TypeEnum type) |
GetAccountPlan |
userLimit(Integer userLimit) |
public GetAccountPlan type(GetAccountPlan.TypeEnum type)
public GetAccountPlan.TypeEnum getType()
public void setType(GetAccountPlan.TypeEnum type)
public GetAccountPlan creditsType(GetAccountPlan.CreditsTypeEnum creditsType)
public GetAccountPlan.CreditsTypeEnum getCreditsType()
public void setCreditsType(GetAccountPlan.CreditsTypeEnum creditsType)
public GetAccountPlan credits(Float credits)
public Float getCredits()
public void setCredits(Float credits)
public GetAccountPlan startDate(org.threeten.bp.LocalDate startDate)
public org.threeten.bp.LocalDate getStartDate()
public void setStartDate(org.threeten.bp.LocalDate startDate)
public GetAccountPlan endDate(org.threeten.bp.LocalDate endDate)
public org.threeten.bp.LocalDate getEndDate()
public void setEndDate(org.threeten.bp.LocalDate endDate)
public GetAccountPlan userLimit(Integer userLimit)
public Integer getUserLimit()
public void setUserLimit(Integer userLimit)
Copyright © 2021. All rights reserved.