Package software.xdev.brevo.model
Class Inviteuser
java.lang.Object
software.xdev.brevo.model.Inviteuser
Inviteuser
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPrivilegesItem(InviteuserPrivilegesInner privilegesItem) allFeaturesAccess(Boolean allFeaturesAccess) booleanAll access to the featuresgetEmail()Email address for the organizationGet privilegesinthashCode()privileges(List<InviteuserPrivilegesInner> privileges) voidsetAllFeaturesAccess(Boolean allFeaturesAccess) voidvoidsetPrivileges(List<InviteuserPrivilegesInner> privileges) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_EMAIL
- See Also:
-
JSON_PROPERTY_ALL_FEATURES_ACCESS
- See Also:
-
JSON_PROPERTY_PRIVILEGES
- See Also:
-
-
Constructor Details
-
Inviteuser
public Inviteuser()
-
-
Method Details
-
email
-
getEmail
Email address for the organization- Returns:
-
setEmail
-
allFeaturesAccess
-
getAllFeaturesAccess
All access to the features- Returns:
- allFeaturesAccess
-
setAllFeaturesAccess
-
privileges
-
addPrivilegesItem
-
getPrivileges
Get privileges- Returns:
- privileges
-
setPrivileges
-
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
-