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