Class SCIMSearchRequest

java.lang.Object
org.apache.syncope.ext.scimv2.api.data.SCIMSearchRequest
All Implemented Interfaces:
Serializable

public class SCIMSearchRequest extends Object
See Also:
  • Constructor Details

  • Method Details

    • getSchemas

      public List<String> getSchemas()
    • getAttributes

      public List<String> getAttributes()
    • getExcludedAttributes

      public List<String> getExcludedAttributes()
    • getFilter

      public String getFilter()
    • getSortBy

      public String getSortBy()
    • getSortOrder

      public SortOrder getSortOrder()
    • getStartIndex

      public int getStartIndex()
    • getCount

      public int getCount()