Class GetUserRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetUserRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumstatic enumstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) static GetUserRequest.Builderbuilder()static GetUserRequest.BuildergetState()voidsetCustomHeaders(Map<String, String> customHeaders) voidvoidsetIntegrationPresenceSource(String integrationPresenceSource) voidvoidsetUserCustomAttributeSchemaIds(List<String> userCustomAttributeSchemaIds) voidwithCustomHeader(String name, String value) withExpand(List<String> expand) withIntegrationPresenceSource(String integrationPresenceSource) withUserCustomAttributeSchemaIds(List<String> userCustomAttributeSchemaIds) withUserId(String userId)
-
Constructor Details
-
GetUserRequest
public GetUserRequest()
-
-
Method Details
-
getUserId
-
setUserId
-
withUserId
-
getExpand
-
setExpand
-
withExpand
-
getIntegrationPresenceSource
-
setIntegrationPresenceSource
-
withIntegrationPresenceSource
-
getUserCustomAttributeSchemaIds
-
setUserCustomAttributeSchemaIds
-
withUserCustomAttributeSchemaIds
-
getState
-
setState
-
withState
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
-