Class GetUsersMeRequest

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

public class GetUsersMeRequest extends Object
  • Constructor Details

    • GetUsersMeRequest

      public GetUsersMeRequest()
  • Method Details

    • getExpand

      public List<String> getExpand()
    • setExpand

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

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

      public String getIntegrationPresenceSource()
    • setIntegrationPresenceSource

      public void setIntegrationPresenceSource(String integrationPresenceSource)
    • withIntegrationPresenceSource

      public GetUsersMeRequest withIntegrationPresenceSource(String integrationPresenceSource)
    • getUserCustomAttributeSchemaIds

      public List<String> getUserCustomAttributeSchemaIds()
    • setUserCustomAttributeSchemaIds

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

      public GetUsersMeRequest withUserCustomAttributeSchemaIds(List<String> userCustomAttributeSchemaIds)
    • getCustomHeaders

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

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

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

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

      public ApiRequest<Void> withHttpInfo()
    • builder

      public static GetUsersMeRequest.Builder builder()