Uses of Class
com.mypurecloud.sdk.v2.model.AuthzGrant
Packages that use AuthzGrant
-
Uses of AuthzGrant in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AuthzGrantModifier and TypeMethodDescriptionAuthzGrant.division(AuthzDivision division) AuthzGrant.grantMadeAt(Date grantMadeAt) Date time is represented as an ISO-8601 string.AuthzGrant.role(AuthzGrantRole role) Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type AuthzGrantModifier and TypeMethodDescriptionAuthzDivisionGrantEntityListing.getEntities()AuthzSubject.getGrants()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type AuthzGrantModifier and TypeMethodDescriptionAuthzDivisionGrantEntityListing.entities(List<AuthzGrant> entities) AuthzSubject.grants(List<AuthzGrant> grants) voidAuthzDivisionGrantEntityListing.setEntities(List<AuthzGrant> entities) voidAuthzSubject.setGrants(List<AuthzGrant> grants)