Package com.mypurecloud.sdk.v2.model
Class AuthzGrant
java.lang.Object
com.mypurecloud.sdk.v2.model.AuthzGrant
- All Implemented Interfaces:
Serializable
AuthzGrant
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondivision(AuthzDivision division) booleangetRole()grantMadeAt(Date grantMadeAt) Date time is represented as an ISO-8601 string.inthashCode()role(AuthzGrantRole role) voidsetDivision(AuthzDivision division) voidsetGrantMadeAt(Date grantMadeAt) voidsetRole(AuthzGrantRole role) voidsetSubjectId(String subjectId) toString()
-
Constructor Details
-
AuthzGrant
public AuthzGrant() -
AuthzGrant
-
-
Method Details
-
subjectId
-
getSubjectId
-
setSubjectId
-
division
-
getDivision
-
setDivision
-
role
-
getRole
-
setRole
-
grantMadeAt
Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getGrantMadeAt
-
setGrantMadeAt
-
equals
-
hashCode
public int hashCode() -
toString
-