Class GetUserRequest

java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetUserRequest

public class GetUserRequest extends Object
  • Constructor Details

    • GetUserRequest

      public GetUserRequest()
  • Method Details

    • getUserId

      public String getUserId()
    • setUserId

      public void setUserId(String userId)
    • withUserId

      public GetUserRequest withUserId(String userId)
    • getExpand

      public List<String> getExpand()
    • setExpand

      public void setExpand(List<String> expand)
    • withExpand

      public GetUserRequest withExpand(List<String> expand)
    • getIntegrationPresenceSource

      public String getIntegrationPresenceSource()
    • setIntegrationPresenceSource

      public void setIntegrationPresenceSource(String integrationPresenceSource)
    • withIntegrationPresenceSource

      public GetUserRequest withIntegrationPresenceSource(String integrationPresenceSource)
    • getUserCustomAttributeSchemaIds

      public List<String> getUserCustomAttributeSchemaIds()
    • setUserCustomAttributeSchemaIds

      public void setUserCustomAttributeSchemaIds(List<String> userCustomAttributeSchemaIds)
    • withUserCustomAttributeSchemaIds

      public GetUserRequest withUserCustomAttributeSchemaIds(List<String> userCustomAttributeSchemaIds)
    • getState

      public String getState()
    • setState

      public void setState(String state)
    • withState

      public GetUserRequest withState(String state)
    • getCustomHeaders

      public Map<String,String> getCustomHeaders()
    • setCustomHeaders

      public void setCustomHeaders(Map<String,String> customHeaders)
    • addCustomHeader

      public void addCustomHeader(String name, String value)
    • withCustomHeader

      public GetUserRequest withCustomHeader(String name, String value)
    • withHttpInfo

      public ApiRequest<Void> withHttpInfo()
    • builder

      public static GetUserRequest.Builder builder()
    • builder

      public static GetUserRequest.Builder builder(String userId)