Class Bulk

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

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

    • maxOperations

      protected Integer maxOperations
    • maxPayloadSize

      protected Integer maxPayloadSize
    • supported

      protected Boolean supported
    • xClassName

      public String xClassName
  • Constructor Details

    • Bulk

      public Bulk()
  • Method Details

    • toDTO

      public static Bulk toDTO(String json)
    • unsafeToDTO

      public static Bulk unsafeToDTO(String json)
    • getMaxOperations

      public Integer getMaxOperations()
    • setMaxOperations

      public void setMaxOperations(Integer maxOperations)
    • setMaxOperations

      public void setMaxOperations(com.liferay.petra.function.UnsafeSupplier<Integer,Exception> maxOperationsUnsafeSupplier)
    • getMaxPayloadSize

      public Integer getMaxPayloadSize()
    • setMaxPayloadSize

      public void setMaxPayloadSize(Integer maxPayloadSize)
    • setMaxPayloadSize

      public void setMaxPayloadSize(com.liferay.petra.function.UnsafeSupplier<Integer,Exception> maxPayloadSizeUnsafeSupplier)
    • 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