Class PostContentmanagementWorkspaceTagvaluesQueryRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PostContentmanagementWorkspaceTagvaluesQueryRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String workspaceId, TagQueryRequest body) getBody()voidsetBody(TagQueryRequest body) voidsetCustomHeaders(Map<String, String> customHeaders) voidvoidsetWorkspaceId(String workspaceId) withBody(TagQueryRequest body) withCustomHeader(String name, String value) withExpand(List<String> expand) withWorkspaceId(String workspaceId)
-
Constructor Details
-
PostContentmanagementWorkspaceTagvaluesQueryRequest
public PostContentmanagementWorkspaceTagvaluesQueryRequest()
-
-
Method Details
-
getWorkspaceId
-
setWorkspaceId
-
withWorkspaceId
-
getBody
-
setBody
-
withBody
-
getExpand
-
setExpand
-
withExpand
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public PostContentmanagementWorkspaceTagvaluesQueryRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
-
builder
public static PostContentmanagementWorkspaceTagvaluesQueryRequest.Builder builder(String workspaceId, TagQueryRequest body)
-