Class GetWorkforcemanagementBusinessunitWorkplanbidGroupPreferencesRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetWorkforcemanagementBusinessunitWorkplanbidGroupPreferencesRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()getBidId()voidsetBidGroupId(String bidGroupId) voidvoidsetBusinessUnitId(String businessUnitId) voidsetCustomHeaders(Map<String, String> customHeaders) withBidGroupId(String bidGroupId) withBusinessUnitId(String businessUnitId) withCustomHeader(String name, String value)
-
Constructor Details
-
GetWorkforcemanagementBusinessunitWorkplanbidGroupPreferencesRequest
public GetWorkforcemanagementBusinessunitWorkplanbidGroupPreferencesRequest()
-
-
Method Details
-
getBusinessUnitId
-
setBusinessUnitId
-
withBusinessUnitId
public GetWorkforcemanagementBusinessunitWorkplanbidGroupPreferencesRequest withBusinessUnitId(String businessUnitId) -
getBidId
-
setBidId
-
withBidId
-
getBidGroupId
-
setBidGroupId
-
withBidGroupId
public GetWorkforcemanagementBusinessunitWorkplanbidGroupPreferencesRequest withBidGroupId(String bidGroupId) -
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
public GetWorkforcemanagementBusinessunitWorkplanbidGroupPreferencesRequest withCustomHeader(String name, String value) -
withHttpInfo
-
builder
public static GetWorkforcemanagementBusinessunitWorkplanbidGroupPreferencesRequest.Builder builder() -
builder
public static GetWorkforcemanagementBusinessunitWorkplanbidGroupPreferencesRequest.Builder builder(String businessUnitId, String bidId, String bidGroupId)
-