Uses of Class
com.mypurecloud.sdk.v2.model.Workspace
Packages that use Workspace
Package
Description
-
Uses of Workspace in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return WorkspaceModifier and TypeMethodDescriptionContentManagementApi.getContentmanagementWorkspace(GetContentmanagementWorkspaceRequest request) Get a workspace.ContentManagementApi.getContentmanagementWorkspace(String workspaceId, List<String> expand) Get a workspace.ContentManagementApi.postContentmanagementWorkspaces(PostContentmanagementWorkspacesRequest request) Create a group workspaceContentManagementApi.postContentmanagementWorkspaces(WorkspaceCreate body) Create a group workspaceContentManagementApi.putContentmanagementWorkspace(PutContentmanagementWorkspaceRequest request) Update a workspaceContentManagementApi.putContentmanagementWorkspace(String workspaceId, Workspace body) Update a workspaceMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type WorkspaceModifier and TypeMethodDescriptionContentManagementApi.getContentmanagementWorkspace(ApiRequest<Void> request) Get a workspace.ContentManagementApiAsync.getContentmanagementWorkspaceAsync(GetContentmanagementWorkspaceRequest request, AsyncApiCallback<Workspace> callback) Get a workspace.ContentManagementApiAsync.getContentmanagementWorkspaceAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Workspace>> callback) Get a workspace.ContentManagementApi.getContentmanagementWorkspaceWithHttpInfo(String workspaceId, List<String> expand) Get a workspace.ContentManagementApi.postContentmanagementWorkspaces(ApiRequest<WorkspaceCreate> request) Create a group workspaceContentManagementApiAsync.postContentmanagementWorkspacesAsync(PostContentmanagementWorkspacesRequest request, AsyncApiCallback<Workspace> callback) Create a group workspaceContentManagementApiAsync.postContentmanagementWorkspacesAsync(ApiRequest<WorkspaceCreate> request, AsyncApiCallback<ApiResponse<Workspace>> callback) Create a group workspaceContentManagementApi.postContentmanagementWorkspacesWithHttpInfo(WorkspaceCreate body) Create a group workspaceContentManagementApi.putContentmanagementWorkspace(ApiRequest<Workspace> request) Update a workspaceContentManagementApiAsync.putContentmanagementWorkspaceAsync(PutContentmanagementWorkspaceRequest request, AsyncApiCallback<Workspace> callback) Update a workspaceContentManagementApiAsync.putContentmanagementWorkspaceAsync(ApiRequest<Workspace> request, AsyncApiCallback<ApiResponse<Workspace>> callback) Update a workspaceContentManagementApi.putContentmanagementWorkspaceWithHttpInfo(String workspaceId, Workspace body) Update a workspaceMethods in com.mypurecloud.sdk.v2.api with parameters of type WorkspaceModifier and TypeMethodDescriptionContentManagementApi.putContentmanagementWorkspace(String workspaceId, Workspace body) Update a workspaceContentManagementApi.putContentmanagementWorkspaceWithHttpInfo(String workspaceId, Workspace body) Update a workspaceMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type WorkspaceModifier and TypeMethodDescriptionContentManagementApiAsync.getContentmanagementWorkspaceAsync(GetContentmanagementWorkspaceRequest request, AsyncApiCallback<Workspace> callback) Get a workspace.ContentManagementApiAsync.getContentmanagementWorkspaceAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Workspace>> callback) Get a workspace.ContentManagementApiAsync.postContentmanagementWorkspacesAsync(PostContentmanagementWorkspacesRequest request, AsyncApiCallback<Workspace> callback) Create a group workspaceContentManagementApiAsync.postContentmanagementWorkspacesAsync(ApiRequest<WorkspaceCreate> request, AsyncApiCallback<ApiResponse<Workspace>> callback) Create a group workspaceContentManagementApi.putContentmanagementWorkspace(ApiRequest<Workspace> request) Update a workspaceContentManagementApiAsync.putContentmanagementWorkspaceAsync(PutContentmanagementWorkspaceRequest request, AsyncApiCallback<Workspace> callback) Update a workspaceContentManagementApiAsync.putContentmanagementWorkspaceAsync(ApiRequest<Workspace> request, AsyncApiCallback<ApiResponse<Workspace>> callback) Update a workspaceContentManagementApiAsync.putContentmanagementWorkspaceAsync(ApiRequest<Workspace> request, AsyncApiCallback<ApiResponse<Workspace>> callback) Update a workspace -
Uses of Workspace in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return WorkspaceMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type WorkspaceMethods in com.mypurecloud.sdk.v2.api.request with parameters of type WorkspaceModifier and TypeMethodDescriptionvoidPutContentmanagementWorkspaceRequest.Builder.withRequiredParams(String workspaceId, Workspace body) -
Uses of Workspace in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WorkspaceModifier and TypeMethodDescriptionWorkspace.dateCreated(Date dateCreated) Date time is represented as an ISO-8601 string.Workspace.dateModified(Date dateModified) Date time is represented as an ISO-8601 string.Workspace.description(String description) FaxSendRequest.getWorkspace()Workspace.isCurrentUserWorkspace(Boolean isCurrentUserWorkspace) The current name of the workspace.Workspace.summary(WorkspaceSummary summary) Workspace.type(Workspace.TypeEnum type) Workspace.user(DomainEntityRef user) Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type WorkspaceMethods in com.mypurecloud.sdk.v2.model with parameters of type WorkspaceModifier and TypeMethodDescriptionvoidFaxSendRequest.setWorkspace(Workspace workspace) Workspace in which the document should be stored.Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type WorkspaceModifier and TypeMethodDescriptionvoidWorkspaceEntityListing.setEntities(List<Workspace> entities)