Class PostGamificationProfileMetricsRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PostGamificationProfileMetricsRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String profileId, CreateMetric body) getBody()voidsetBody(CreateMetric body) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetProfileId(String profileId) withBody(CreateMetric body) withCustomHeader(String name, String value) withProfileId(String profileId)
-
Constructor Details
-
PostGamificationProfileMetricsRequest
public PostGamificationProfileMetricsRequest()
-
-
Method Details
-
getProfileId
-
setProfileId
-
withProfileId
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PostGamificationProfileMetricsRequest.Builder builder(String profileId, CreateMetric body)
-