Package com.mypurecloud.sdk.v2.model
Class PermissionDetails
java.lang.Object
com.mypurecloud.sdk.v2.model.PermissionDetails
- All Implemented Interfaces:
Serializable
PermissionDetails
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of permission requirement -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallowsCurrentUser(Boolean allowsCurrentUser) Whether the current user can subscribe, when division permissions are otherwise requiredWhether or not this permission requirement is enforcedbooleangetType()inthashCode()permissions(List<String> permissions) List of required permissionsvoidsetAllowsCurrentUser(Boolean allowsCurrentUser) voidsetEnforced(Boolean enforced) voidsetPermissions(List<String> permissions) voidtoString()The type of permission requirement
-
Constructor Details
-
PermissionDetails
public PermissionDetails() -
PermissionDetails
-
-
Method Details
-
type
The type of permission requirement -
getType
-
setType
-
permissions
List of required permissions -
getPermissions
-
setPermissions
-
allowsCurrentUser
Whether the current user can subscribe, when division permissions are otherwise required -
getAllowsCurrentUser
-
setAllowsCurrentUser
-
enforced
Whether or not this permission requirement is enforced -
getEnforced
-
setEnforced
-
equals
-
hashCode
public int hashCode() -
toString
-