Class PostWorkforcemanagementBusinessunitAdherenceExplanationsQueryRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PostWorkforcemanagementBusinessunitAdherenceExplanationsQueryRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String businessUnitId, BuQueryAdherenceExplanationsRequest body) getBody()voidvoidsetBusinessUnitId(String businessUnitId) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetForceAsync(Boolean forceAsync) voidsetForceDownloadService(Boolean forceDownloadService) withBusinessUnitId(String businessUnitId) withCustomHeader(String name, String value) withForceAsync(Boolean forceAsync) withForceDownloadService(Boolean forceDownloadService)
-
Constructor Details
-
PostWorkforcemanagementBusinessunitAdherenceExplanationsQueryRequest
public PostWorkforcemanagementBusinessunitAdherenceExplanationsQueryRequest()
-
-
Method Details
-
getBusinessUnitId
-
setBusinessUnitId
-
withBusinessUnitId
public PostWorkforcemanagementBusinessunitAdherenceExplanationsQueryRequest withBusinessUnitId(String businessUnitId) -
getBody
-
setBody
-
withBody
-
getForceAsync
-
setForceAsync
-
withForceAsync
public PostWorkforcemanagementBusinessunitAdherenceExplanationsQueryRequest withForceAsync(Boolean forceAsync) -
getForceDownloadService
-
setForceDownloadService
-
withForceDownloadService
public PostWorkforcemanagementBusinessunitAdherenceExplanationsQueryRequest withForceDownloadService(Boolean forceDownloadService) -
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public PostWorkforcemanagementBusinessunitAdherenceExplanationsQueryRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
public static PostWorkforcemanagementBusinessunitAdherenceExplanationsQueryRequest.Builder builder() -
builder
public static PostWorkforcemanagementBusinessunitAdherenceExplanationsQueryRequest.Builder builder(String businessUnitId, BuQueryAdherenceExplanationsRequest body)
-