Package com.liferay.scim.rest.dto.v1_0
Class Bulk
java.lang.Object
com.liferay.scim.rest.dto.v1_0.Bulk
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetMaxOperations(com.liferay.petra.function.UnsafeSupplier<Integer, Exception> maxOperationsUnsafeSupplier) voidsetMaxOperations(Integer maxOperations) voidsetMaxPayloadSize(com.liferay.petra.function.UnsafeSupplier<Integer, Exception> maxPayloadSizeUnsafeSupplier) voidsetMaxPayloadSize(Integer maxPayloadSize) voidsetSupported(com.liferay.petra.function.UnsafeSupplier<Boolean, Exception> supportedUnsafeSupplier) voidsetSupported(Boolean supported) static BulktoString()static BulkunsafeToDTO(String json)
-
Field Details
-
maxOperations
-
maxPayloadSize
-
supported
-
xClassName
-
-
Constructor Details
-
Bulk
public Bulk()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getMaxOperations
-
setMaxOperations
-
setMaxOperations
-
getMaxPayloadSize
-
setMaxPayloadSize
-
setMaxPayloadSize
-
getSupported
-
setSupported
-
setSupported
-
equals
-
hashCode
public int hashCode() -
toString
-