Uses of Class
com.mypurecloud.sdk.v2.model.WorkspaceMember
Packages that use WorkspaceMember
Package
Description
-
Uses of WorkspaceMember in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return WorkspaceMemberModifier and TypeMethodDescriptionContentManagementApi.getContentmanagementWorkspaceMember(GetContentmanagementWorkspaceMemberRequest request) Get a workspace memberContentManagementApi.getContentmanagementWorkspaceMember(String workspaceId, String memberId, List<String> expand) Get a workspace memberContentManagementApi.putContentmanagementWorkspaceMember(PutContentmanagementWorkspaceMemberRequest request) Add a member to a workspaceContentManagementApi.putContentmanagementWorkspaceMember(String workspaceId, String memberId, WorkspaceMember body) Add a member to a workspaceMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type WorkspaceMemberModifier and TypeMethodDescriptionContentManagementApi.getContentmanagementWorkspaceMember(ApiRequest<Void> request) Get a workspace memberContentManagementApiAsync.getContentmanagementWorkspaceMemberAsync(GetContentmanagementWorkspaceMemberRequest request, AsyncApiCallback<WorkspaceMember> callback) Get a workspace memberContentManagementApiAsync.getContentmanagementWorkspaceMemberAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<WorkspaceMember>> callback) Get a workspace memberContentManagementApi.getContentmanagementWorkspaceMemberWithHttpInfo(String workspaceId, String memberId, List<String> expand) Get a workspace memberContentManagementApi.putContentmanagementWorkspaceMember(ApiRequest<WorkspaceMember> request) Add a member to a workspaceContentManagementApiAsync.putContentmanagementWorkspaceMemberAsync(PutContentmanagementWorkspaceMemberRequest request, AsyncApiCallback<WorkspaceMember> callback) Add a member to a workspaceContentManagementApiAsync.putContentmanagementWorkspaceMemberAsync(ApiRequest<WorkspaceMember> request, AsyncApiCallback<ApiResponse<WorkspaceMember>> callback) Add a member to a workspaceContentManagementApi.putContentmanagementWorkspaceMemberWithHttpInfo(String workspaceId, String memberId, WorkspaceMember body) Add a member to a workspaceMethods in com.mypurecloud.sdk.v2.api with parameters of type WorkspaceMemberModifier and TypeMethodDescriptionContentManagementApi.putContentmanagementWorkspaceMember(String workspaceId, String memberId, WorkspaceMember body) Add a member to a workspaceContentManagementApi.putContentmanagementWorkspaceMemberWithHttpInfo(String workspaceId, String memberId, WorkspaceMember body) Add a member to a workspaceMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type WorkspaceMemberModifier and TypeMethodDescriptionContentManagementApiAsync.getContentmanagementWorkspaceMemberAsync(GetContentmanagementWorkspaceMemberRequest request, AsyncApiCallback<WorkspaceMember> callback) Get a workspace memberContentManagementApiAsync.getContentmanagementWorkspaceMemberAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<WorkspaceMember>> callback) Get a workspace memberContentManagementApi.putContentmanagementWorkspaceMember(ApiRequest<WorkspaceMember> request) Add a member to a workspaceContentManagementApiAsync.putContentmanagementWorkspaceMemberAsync(PutContentmanagementWorkspaceMemberRequest request, AsyncApiCallback<WorkspaceMember> callback) Add a member to a workspaceContentManagementApiAsync.putContentmanagementWorkspaceMemberAsync(ApiRequest<WorkspaceMember> request, AsyncApiCallback<ApiResponse<WorkspaceMember>> callback) Add a member to a workspaceContentManagementApiAsync.putContentmanagementWorkspaceMemberAsync(ApiRequest<WorkspaceMember> request, AsyncApiCallback<ApiResponse<WorkspaceMember>> callback) Add a member to a workspace -
Uses of WorkspaceMember in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return WorkspaceMemberMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type WorkspaceMemberMethods in com.mypurecloud.sdk.v2.api.request with parameters of type WorkspaceMemberModifier and TypeMethodDescriptionPutContentmanagementWorkspaceMemberRequest.builder(String workspaceId, String memberId, WorkspaceMember body) voidPutContentmanagementWorkspaceMemberRequest.setBody(WorkspaceMember body) PutContentmanagementWorkspaceMemberRequest.Builder.withBody(WorkspaceMember body) PutContentmanagementWorkspaceMemberRequest.withBody(WorkspaceMember body) PutContentmanagementWorkspaceMemberRequest.Builder.withRequiredParams(String workspaceId, String memberId, WorkspaceMember body) -
Uses of WorkspaceMember in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WorkspaceMemberModifier and TypeMethodDescriptionWorkspaceMember.member(DomainEntityRef member) WorkspaceMember.memberType(WorkspaceMember.MemberTypeEnum memberType) The workspace member type.WorkspaceMember.securityProfile(SecurityProfile securityProfile) WorkspaceMember.workspace(DomainEntityRef workspace) Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type WorkspaceMemberMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type WorkspaceMemberModifier and TypeMethodDescriptionWorkspaceMemberEntityListing.entities(List<WorkspaceMember> entities) voidWorkspaceMemberEntityListing.setEntities(List<WorkspaceMember> entities)