Class PutPresencedefinitionRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PutPresencedefinitionRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String presenceId, OrganizationPresence body) getBody()voidsetBody(OrganizationPresence body) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetPresenceId(String presenceId) withBody(OrganizationPresence body) withCustomHeader(String name, String value) withPresenceId(String presenceId)
-
Constructor Details
-
PutPresencedefinitionRequest
public PutPresencedefinitionRequest()
-
-
Method Details
-
getPresenceId
-
setPresenceId
-
withPresenceId
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PutPresencedefinitionRequest.Builder builder(String presenceId, OrganizationPresence body)
-