Uses of Class
com.mypurecloud.sdk.v2.model.TrustMemberCreate
Packages that use TrustMemberCreate
Package
Description
-
Uses of TrustMemberCreate in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type TrustMemberCreateModifier and TypeMethodDescriptionOrganizationAuthorizationApi.postOrgauthorizationTrusteeGroups(String trusteeOrgId, TrustMemberCreate body) Add a group to the trust.OrganizationAuthorizationApi.postOrgauthorizationTrusteeGroupsWithHttpInfo(String trusteeOrgId, TrustMemberCreate body) Add a group to the trust.OrganizationAuthorizationApi.postOrgauthorizationTrusteeUsers(String trusteeOrgId, TrustMemberCreate body) Add a user to the trust.OrganizationAuthorizationApi.postOrgauthorizationTrusteeUsersWithHttpInfo(String trusteeOrgId, TrustMemberCreate body) Add a user to the trust.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type TrustMemberCreateModifier and TypeMethodDescriptionOrganizationAuthorizationApi.postOrgauthorizationTrusteeGroups(ApiRequest<TrustMemberCreate> request) Add a group to the trust.OrganizationAuthorizationApiAsync.postOrgauthorizationTrusteeGroupsAsync(ApiRequest<TrustMemberCreate> request, AsyncApiCallback<ApiResponse<TrustGroup>> callback) Add a group to the trust.OrganizationAuthorizationApi.postOrgauthorizationTrusteeUsers(ApiRequest<TrustMemberCreate> request) Add a user to the trust.OrganizationAuthorizationApiAsync.postOrgauthorizationTrusteeUsersAsync(ApiRequest<TrustMemberCreate> request, AsyncApiCallback<ApiResponse<TrustUser>> callback) Add a user to the trust. -
Uses of TrustMemberCreate in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return TrustMemberCreateModifier and TypeMethodDescriptionPostOrgauthorizationTrusteeGroupsRequest.getBody()PostOrgauthorizationTrusteeUsersRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type TrustMemberCreateModifier and TypeMethodDescriptionPostOrgauthorizationTrusteeGroupsRequest.withHttpInfo()PostOrgauthorizationTrusteeUsersRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type TrustMemberCreateModifier and TypeMethodDescriptionPostOrgauthorizationTrusteeGroupsRequest.builder(String trusteeOrgId, TrustMemberCreate body) PostOrgauthorizationTrusteeUsersRequest.builder(String trusteeOrgId, TrustMemberCreate body) voidPostOrgauthorizationTrusteeGroupsRequest.setBody(TrustMemberCreate body) voidPostOrgauthorizationTrusteeUsersRequest.setBody(TrustMemberCreate body) PostOrgauthorizationTrusteeGroupsRequest.Builder.withBody(TrustMemberCreate body) PostOrgauthorizationTrusteeGroupsRequest.withBody(TrustMemberCreate body) PostOrgauthorizationTrusteeUsersRequest.Builder.withBody(TrustMemberCreate body) PostOrgauthorizationTrusteeUsersRequest.withBody(TrustMemberCreate body) PostOrgauthorizationTrusteeGroupsRequest.Builder.withRequiredParams(String trusteeOrgId, TrustMemberCreate body) PostOrgauthorizationTrusteeUsersRequest.Builder.withRequiredParams(String trusteeOrgId, TrustMemberCreate body) -
Uses of TrustMemberCreate in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TrustMemberCreateModifier and TypeMethodDescriptionTrustee User or Group IdTrustMemberCreate.roleDivisions(RoleDivisionGrants roleDivisions) The list of trustor organization roles granting this user or group access paired with the divisions for those roles.The list of roles to be granted to this user or group.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type TrustMemberCreateMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type TrustMemberCreateModifier and TypeMethodDescriptionTrustCreate.groups(List<TrustMemberCreate> groups) The list of groups and their roles to which access will be granted.voidTrustCreate.setGroups(List<TrustMemberCreate> groups) voidTrustCreate.setUsers(List<TrustMemberCreate> users) TrustCreate.users(List<TrustMemberCreate> users) The list of users and their roles to which access will be granted.