Uses of Class
com.mypurecloud.sdk.v2.model.TrustGroup
Packages that use TrustGroup
-
Uses of TrustGroup in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return TrustGroupModifier and TypeMethodDescriptionOrganizationAuthorizationApi.getOrgauthorizationTrusteeGroup(GetOrgauthorizationTrusteeGroupRequest request) Get Trustee GroupOrganizationAuthorizationApi.getOrgauthorizationTrusteeGroup(String trusteeOrgId, String trusteeGroupId) Get Trustee GroupOrganizationAuthorizationApi.getOrgauthorizationTrustorGroup(GetOrgauthorizationTrustorGroupRequest request) Get Trustee GroupOrganizationAuthorizationApi.getOrgauthorizationTrustorGroup(String trustorOrgId, String trustorGroupId) Get Trustee GroupOrganizationAuthorizationApi.postOrgauthorizationTrusteeGroups(PostOrgauthorizationTrusteeGroupsRequest request) Add a group to the trust.OrganizationAuthorizationApi.postOrgauthorizationTrusteeGroups(String trusteeOrgId, TrustMemberCreate body) Add a group to the trust.OrganizationAuthorizationApi.putOrgauthorizationTrustorGroup(PutOrgauthorizationTrustorGroupRequest request) Add a Trustee Group to the trust.OrganizationAuthorizationApi.putOrgauthorizationTrustorGroup(String trustorOrgId, String trustorGroupId) Add a Trustee Group to the trust.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type TrustGroupModifier and TypeMethodDescriptionOrganizationAuthorizationApi.getOrgauthorizationTrusteeGroup(ApiRequest<Void> request) Get Trustee GroupOrganizationAuthorizationApiAsync.getOrgauthorizationTrusteeGroupAsync(GetOrgauthorizationTrusteeGroupRequest request, AsyncApiCallback<TrustGroup> callback) Get Trustee GroupOrganizationAuthorizationApiAsync.getOrgauthorizationTrusteeGroupAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TrustGroup>> callback) Get Trustee GroupOrganizationAuthorizationApi.getOrgauthorizationTrusteeGroupWithHttpInfo(String trusteeOrgId, String trusteeGroupId) Get Trustee GroupOrganizationAuthorizationApi.getOrgauthorizationTrustorGroup(ApiRequest<Void> request) Get Trustee GroupOrganizationAuthorizationApiAsync.getOrgauthorizationTrustorGroupAsync(GetOrgauthorizationTrustorGroupRequest request, AsyncApiCallback<TrustGroup> callback) Get Trustee GroupOrganizationAuthorizationApiAsync.getOrgauthorizationTrustorGroupAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TrustGroup>> callback) Get Trustee GroupOrganizationAuthorizationApi.getOrgauthorizationTrustorGroupWithHttpInfo(String trustorOrgId, String trustorGroupId) Get Trustee GroupOrganizationAuthorizationApi.postOrgauthorizationTrusteeGroups(ApiRequest<TrustMemberCreate> request) Add a group to the trust.OrganizationAuthorizationApiAsync.postOrgauthorizationTrusteeGroupsAsync(PostOrgauthorizationTrusteeGroupsRequest request, AsyncApiCallback<TrustGroup> callback) Add a group to the trust.OrganizationAuthorizationApiAsync.postOrgauthorizationTrusteeGroupsAsync(ApiRequest<TrustMemberCreate> request, AsyncApiCallback<ApiResponse<TrustGroup>> callback) Add a group to the trust.OrganizationAuthorizationApi.postOrgauthorizationTrusteeGroupsWithHttpInfo(String trusteeOrgId, TrustMemberCreate body) Add a group to the trust.OrganizationAuthorizationApi.putOrgauthorizationTrustorGroup(ApiRequest<Void> request) Add a Trustee Group to the trust.OrganizationAuthorizationApiAsync.putOrgauthorizationTrustorGroupAsync(PutOrgauthorizationTrustorGroupRequest request, AsyncApiCallback<TrustGroup> callback) Add a Trustee Group to the trust.OrganizationAuthorizationApiAsync.putOrgauthorizationTrustorGroupAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TrustGroup>> callback) Add a Trustee Group to the trust.OrganizationAuthorizationApi.putOrgauthorizationTrustorGroupWithHttpInfo(String trustorOrgId, String trustorGroupId) Add a Trustee Group to the trust.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type TrustGroupModifier and TypeMethodDescriptionOrganizationAuthorizationApiAsync.getOrgauthorizationTrusteeGroupAsync(GetOrgauthorizationTrusteeGroupRequest request, AsyncApiCallback<TrustGroup> callback) Get Trustee GroupOrganizationAuthorizationApiAsync.getOrgauthorizationTrusteeGroupAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TrustGroup>> callback) Get Trustee GroupOrganizationAuthorizationApiAsync.getOrgauthorizationTrustorGroupAsync(GetOrgauthorizationTrustorGroupRequest request, AsyncApiCallback<TrustGroup> callback) Get Trustee GroupOrganizationAuthorizationApiAsync.getOrgauthorizationTrustorGroupAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TrustGroup>> callback) Get Trustee GroupOrganizationAuthorizationApiAsync.postOrgauthorizationTrusteeGroupsAsync(PostOrgauthorizationTrusteeGroupsRequest request, AsyncApiCallback<TrustGroup> callback) Add a group to the trust.OrganizationAuthorizationApiAsync.postOrgauthorizationTrusteeGroupsAsync(ApiRequest<TrustMemberCreate> request, AsyncApiCallback<ApiResponse<TrustGroup>> callback) Add a group to the trust.OrganizationAuthorizationApiAsync.putOrgauthorizationTrustorGroupAsync(PutOrgauthorizationTrustorGroupRequest request, AsyncApiCallback<TrustGroup> callback) Add a Trustee Group to the trust.OrganizationAuthorizationApiAsync.putOrgauthorizationTrustorGroupAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<TrustGroup>> callback) Add a Trustee Group to the trust. -
Uses of TrustGroup in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TrustGroupModifier and TypeMethodDescriptionTrustGroup.addresses(List<GroupContact> addresses) TrustGroup.callsEnabled(Boolean callsEnabled) Allow calls to be placed to this group.TrustGroup.description(String description) TrustGroup.includeOwners(Boolean includeOwners) Allow owners to be included as members of the groupThe group name.Owners of the groupTrustGroup.rolesEnabled(Boolean rolesEnabled) Allow roles to be assigned to this groupTrustGroup.rulesVisible(Boolean rulesVisible) Are membership rules visible to the person requesting to view the groupTrustGroup.type(TrustGroup.TypeEnum type) Type of group.TrustGroup.visibility(TrustGroup.VisibilityEnum visibility) Who can view this groupMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type TrustGroupMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type TrustGroupModifier and TypeMethodDescriptionTrustGroupEntityListing.entities(List<TrustGroup> entities) voidTrustGroupEntityListing.setEntities(List<TrustGroup> entities)