Class UserEntitlementModel
java.lang.Object
net.avalara.avatax.rest.client.models.UserEntitlementModel
User Entitlement Model
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for accessLevel What access privileges does the current user have to see companies?Getter for companies The identities of all companies this user is permitted to accessGetter for permissions List of API names and categories that this user is permitted to accessvoid
setAccessLevel
(CompanyAccessLevel value) Setter for accessLevel What access privileges does the current user have to see companies?void
setCompanies
(ArrayList<Integer> value) Setter for companies The identities of all companies this user is permitted to accessvoid
setPermissions
(ArrayList<String> value) Setter for permissions List of API names and categories that this user is permitted to accesstoString()
Returns a JSON string representation of UserEntitlementModel
-
Constructor Details
-
UserEntitlementModel
public UserEntitlementModel()
-
-
Method Details
-
getPermissions
Getter for permissions List of API names and categories that this user is permitted to access -
setPermissions
Setter for permissions List of API names and categories that this user is permitted to access -
getAccessLevel
Getter for accessLevel What access privileges does the current user have to see companies? -
setAccessLevel
Setter for accessLevel What access privileges does the current user have to see companies? -
getCompanies
Getter for companies The identities of all companies this user is permitted to access -
setCompanies
Setter for companies The identities of all companies this user is permitted to access -
toString
Returns a JSON string representation of UserEntitlementModel
-