Class Filter

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

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

    • maxResults

      protected Integer maxResults
    • supported

      protected Boolean supported
    • xClassName

      public String xClassName
  • Constructor Details

    • Filter

      public Filter()
  • Method Details

    • toDTO

      public static Filter toDTO(String json)
    • unsafeToDTO

      public static Filter unsafeToDTO(String json)
    • getMaxResults

      public Integer getMaxResults()
    • setMaxResults

      public void setMaxResults(Integer maxResults)
    • setMaxResults

      public void setMaxResults(com.liferay.petra.function.UnsafeSupplier<Integer,Exception> maxResultsUnsafeSupplier)
    • getSupported

      public Boolean getSupported()
    • setSupported

      public void setSupported(Boolean supported)
    • setSupported

      public void setSupported(com.liferay.petra.function.UnsafeSupplier<Boolean,Exception> supportedUnsafeSupplier)
    • 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