Uses of Class
com.mypurecloud.sdk.v2.model.DomainOrgRoleDifference
Packages that use DomainOrgRoleDifference
-
Uses of DomainOrgRoleDifference in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return DomainOrgRoleDifferenceModifier and TypeMethodDescriptionAuthorizationApi.getAuthorizationRoleComparedefaultRightRoleId(GetAuthorizationRoleComparedefaultRightRoleIdRequest request) Get an org role to default role comparison Compares any organization role to a default role id and show differencesAuthorizationApi.getAuthorizationRoleComparedefaultRightRoleId(String leftRoleId, String rightRoleId) Get an org role to default role comparison Compares any organization role to a default role id and show differencesAuthorizationApi.postAuthorizationRoleComparedefaultRightRoleId(PostAuthorizationRoleComparedefaultRightRoleIdRequest request) Get an unsaved org role to default role comparison Allows users to compare their existing roles in an unsaved state to its default roleAuthorizationApi.postAuthorizationRoleComparedefaultRightRoleId(String leftRoleId, String rightRoleId, DomainOrganizationRole body) Get an unsaved org role to default role comparison Allows users to compare their existing roles in an unsaved state to its default roleMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type DomainOrgRoleDifferenceModifier and TypeMethodDescriptionAuthorizationApi.getAuthorizationRoleComparedefaultRightRoleId(ApiRequest<Void> request) Get an org role to default role comparison Compares any organization role to a default role id and show differencesAuthorizationApiAsync.getAuthorizationRoleComparedefaultRightRoleIdAsync(GetAuthorizationRoleComparedefaultRightRoleIdRequest request, AsyncApiCallback<DomainOrgRoleDifference> callback) Get an org role to default role comparison Compares any organization role to a default role id and show differencesAuthorizationApiAsync.getAuthorizationRoleComparedefaultRightRoleIdAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<DomainOrgRoleDifference>> callback) Get an org role to default role comparison Compares any organization role to a default role id and show differencesAuthorizationApi.getAuthorizationRoleComparedefaultRightRoleIdWithHttpInfo(String leftRoleId, String rightRoleId) Get an org role to default role comparison Compares any organization role to a default role id and show differencesAuthorizationApi.postAuthorizationRoleComparedefaultRightRoleId(ApiRequest<DomainOrganizationRole> request) Get an unsaved org role to default role comparison Allows users to compare their existing roles in an unsaved state to its default roleAuthorizationApiAsync.postAuthorizationRoleComparedefaultRightRoleIdAsync(PostAuthorizationRoleComparedefaultRightRoleIdRequest request, AsyncApiCallback<DomainOrgRoleDifference> callback) Get an unsaved org role to default role comparison Allows users to compare their existing roles in an unsaved state to its default roleAuthorizationApiAsync.postAuthorizationRoleComparedefaultRightRoleIdAsync(ApiRequest<DomainOrganizationRole> request, AsyncApiCallback<ApiResponse<DomainOrgRoleDifference>> callback) Get an unsaved org role to default role comparison Allows users to compare their existing roles in an unsaved state to its default roleAuthorizationApi.postAuthorizationRoleComparedefaultRightRoleIdWithHttpInfo(String leftRoleId, String rightRoleId, DomainOrganizationRole body) Get an unsaved org role to default role comparison Allows users to compare their existing roles in an unsaved state to its default roleMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type DomainOrgRoleDifferenceModifier and TypeMethodDescriptionAuthorizationApiAsync.getAuthorizationRoleComparedefaultRightRoleIdAsync(GetAuthorizationRoleComparedefaultRightRoleIdRequest request, AsyncApiCallback<DomainOrgRoleDifference> callback) Get an org role to default role comparison Compares any organization role to a default role id and show differencesAuthorizationApiAsync.getAuthorizationRoleComparedefaultRightRoleIdAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<DomainOrgRoleDifference>> callback) Get an org role to default role comparison Compares any organization role to a default role id and show differencesAuthorizationApiAsync.postAuthorizationRoleComparedefaultRightRoleIdAsync(PostAuthorizationRoleComparedefaultRightRoleIdRequest request, AsyncApiCallback<DomainOrgRoleDifference> callback) Get an unsaved org role to default role comparison Allows users to compare their existing roles in an unsaved state to its default roleAuthorizationApiAsync.postAuthorizationRoleComparedefaultRightRoleIdAsync(ApiRequest<DomainOrganizationRole> request, AsyncApiCallback<ApiResponse<DomainOrgRoleDifference>> callback) Get an unsaved org role to default role comparison Allows users to compare their existing roles in an unsaved state to its default role -
Uses of DomainOrgRoleDifference in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DomainOrgRoleDifferenceModifier and TypeMethodDescriptionDomainOrgRoleDifference.addedPermissionPolicies(List<DomainPermissionPolicy> addedPermissionPolicies) DomainOrgRoleDifference.removedPermissionPolicies(List<DomainPermissionPolicy> removedPermissionPolicies) DomainOrgRoleDifference.roleFromDefault(DomainOrganizationRole roleFromDefault) DomainOrgRoleDifference.samePermissionPolicies(List<DomainPermissionPolicy> samePermissionPolicies) DomainOrgRoleDifference.userOrgRole(DomainOrganizationRole userOrgRole)