Class PutArchitectSchedulegroupRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PutArchitectSchedulegroupRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String scheduleGroupId, ScheduleGroup body) getBody()voidsetBody(ScheduleGroup body) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetScheduleGroupId(String scheduleGroupId) withBody(ScheduleGroup body) withCustomHeader(String name, String value) withScheduleGroupId(String scheduleGroupId)
-
Constructor Details
-
PutArchitectSchedulegroupRequest
public PutArchitectSchedulegroupRequest()
-
-
Method Details
-
getScheduleGroupId
-
setScheduleGroupId
-
withScheduleGroupId
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PutArchitectSchedulegroupRequest.Builder builder(String scheduleGroupId, ScheduleGroup body)
-