Package software.xdev.brevo.model
Class GetAccountAllOfPlan
java.lang.Object
software.xdev.brevo.model.GetAccountAllOfPlan
GetAccountAllOfPlan
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThis is the type of the credit, \"Send Limit\" is one of the possible types of credit of a userstatic enumDisplays the plan type of the user -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreditsType(GetAccountAllOfPlan.CreditsTypeEnum creditsType) booleanRemaining credits of the userThis is the type of the credit, \"Send Limit\" is one of the possible types of credit of a userDate of the period from which the plan will end (only available for \"subscription\" plan type)Date of the period from which the plan will start (only available for \"subscription\" plan type)getType()Displays the plan type of the userinthashCode()voidsetCredits(Float credits) voidsetCreditsType(GetAccountAllOfPlan.CreditsTypeEnum creditsType) voidsetEndDate(LocalDate endDate) voidsetStartDate(LocalDate startDate) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_CREDITS_TYPE
- See Also:
-
JSON_PROPERTY_CREDITS
- See Also:
-
JSON_PROPERTY_START_DATE
- See Also:
-
JSON_PROPERTY_END_DATE
- See Also:
-
-
Constructor Details
-
GetAccountAllOfPlan
public GetAccountAllOfPlan()
-
-
Method Details
-
type
-
getType
Displays the plan type of the user- Returns:
- type
-
setType
-
creditsType
-
getCreditsType
This is the type of the credit, \"Send Limit\" is one of the possible types of credit of a user. \"Send Limit\" implies the total number of emails you can send to the subscribers in your account.- Returns:
- creditsType
-
setCreditsType
-
credits
-
getCredits
Remaining credits of the user- Returns:
- credits
-
setCredits
-
startDate
-
getStartDate
Date of the period from which the plan will start (only available for \"subscription\" plan type)- Returns:
- startDate
-
setStartDate
-
endDate
-
getEndDate
Date of the period from which the plan will end (only available for \"subscription\" plan type)- Returns:
- endDate
-
setEndDate
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-