Class PutContentmanagementWorkspaceTagvalueRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PutContentmanagementWorkspaceTagvalueRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()getBody()getTagId()voidvoidsetCustomHeaders(Map<String, String> customHeaders) voidvoidsetWorkspaceId(String workspaceId) withCustomHeader(String name, String value) withWorkspaceId(String workspaceId)
-
Constructor Details
-
PutContentmanagementWorkspaceTagvalueRequest
public PutContentmanagementWorkspaceTagvalueRequest()
-
-
Method Details
-
getWorkspaceId
-
setWorkspaceId
-
withWorkspaceId
-
getTagId
-
setTagId
-
withTagId
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PutContentmanagementWorkspaceTagvalueRequest.Builder builder(String workspaceId, String tagId, TagValue body)
-