Package com.liferay.scim.rest.dto.v1_0
Class Schema
java.lang.Object
com.liferay.scim.rest.dto.v1_0.Schema
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@Valid Attribute[]getId()@Valid MetagetMeta()getName()String[]inthashCode()voidsetAttributes(com.liferay.petra.function.UnsafeSupplier<Attribute[], Exception> attributesUnsafeSupplier) voidsetAttributes(Attribute[] attributes) voidsetDescription(com.liferay.petra.function.UnsafeSupplier<String, Exception> descriptionUnsafeSupplier) voidsetDescription(String description) voidvoidvoidvoidvoidvoidvoidsetSchemas(com.liferay.petra.function.UnsafeSupplier<String[], Exception> schemasUnsafeSupplier) voidsetSchemas(String[] schemas) static SchematoString()static SchemaunsafeToDTO(String json)
-
Field Details
-
attributes
-
description
-
id
-
meta
-
name
-
schemas
-
xClassName
-
-
Constructor Details
-
Schema
public Schema()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getAttributes
-
setAttributes
-
setAttributes
-
getDescription
-
setDescription
-
setDescription
-
getId
-
setId
-
setId
-
getMeta
-
setMeta
-
setMeta
-
getName
-
setName
-
setName
-
getSchemas
-
setSchemas
-
setSchemas
-
equals
-
hashCode
public int hashCode() -
toString
-