Class GetGamificationProfileMetricRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetGamificationProfileMetricRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()voidsetCustomHeaders(Map<String, String> customHeaders) voidsetMetricId(String metricId) voidsetProfileId(String profileId) voidsetWorkday(LocalDate workday) withCustomHeader(String name, String value) withMetricId(String metricId) withProfileId(String profileId) withWorkday(LocalDate workday)
-
Constructor Details
-
GetGamificationProfileMetricRequest
public GetGamificationProfileMetricRequest()
-
-
Method Details
-
getProfileId
-
setProfileId
-
withProfileId
-
getMetricId
-
setMetricId
-
withMetricId
-
getWorkday
-
setWorkday
-
withWorkday
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static GetGamificationProfileMetricRequest.Builder builder(String profileId, String metricId)
-