Class QueryAttributes

java.lang.Object
com.liferay.scim.rest.dto.v1_0.QueryAttributes
All Implemented Interfaces:
Serializable

@Generated("") public class QueryAttributes extends Object implements Serializable
See Also:
Generated:
  • Field Details

    • attributes

      protected String[] attributes
    • count

      protected Integer count
    • excludedAttributes

      protected String[] excludedAttributes
    • filter

      protected String filter
    • sortBy

      protected String sortBy
    • sortOrder

      protected String sortOrder
    • startIndex

      protected Integer startIndex
    • xClassName

      public String xClassName
  • Constructor Details

    • QueryAttributes

      public QueryAttributes()
  • Method Details

    • toDTO

      public static QueryAttributes toDTO(String json)
    • unsafeToDTO

      public static QueryAttributes unsafeToDTO(String json)
    • getAttributes

      public String[] getAttributes()
    • setAttributes

      public void setAttributes(String[] attributes)
    • setAttributes

      public void setAttributes(com.liferay.petra.function.UnsafeSupplier<String[],Exception> attributesUnsafeSupplier)
    • getCount

      public Integer getCount()
    • setCount

      public void setCount(Integer count)
    • setCount

      public void setCount(com.liferay.petra.function.UnsafeSupplier<Integer,Exception> countUnsafeSupplier)
    • getExcludedAttributes

      public String[] getExcludedAttributes()
    • setExcludedAttributes

      public void setExcludedAttributes(String[] excludedAttributes)
    • setExcludedAttributes

      public void setExcludedAttributes(com.liferay.petra.function.UnsafeSupplier<String[],Exception> excludedAttributesUnsafeSupplier)
    • getFilter

      public String getFilter()
    • setFilter

      public void setFilter(String filter)
    • setFilter

      public void setFilter(com.liferay.petra.function.UnsafeSupplier<String,Exception> filterUnsafeSupplier)
    • getSortBy

      public String getSortBy()
    • setSortBy

      public void setSortBy(String sortBy)
    • setSortBy

      public void setSortBy(com.liferay.petra.function.UnsafeSupplier<String,Exception> sortByUnsafeSupplier)
    • getSortOrder

      public String getSortOrder()
    • setSortOrder

      public void setSortOrder(String sortOrder)
    • setSortOrder

      public void setSortOrder(com.liferay.petra.function.UnsafeSupplier<String,Exception> sortOrderUnsafeSupplier)
    • getStartIndex

      public Integer getStartIndex()
    • setStartIndex

      public void setStartIndex(Integer startIndex)
    • setStartIndex

      public void setStartIndex(com.liferay.petra.function.UnsafeSupplier<Integer,Exception> startIndexUnsafeSupplier)
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object