Class Schema

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

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

    • attributes

      protected Attribute[] attributes
    • description

      protected String description
    • id

      protected String id
    • meta

      protected Meta meta
    • name

      protected String name
    • schemas

      protected String[] schemas
    • xClassName

      public String xClassName
  • Constructor Details

    • Schema

      public Schema()
  • Method Details

    • toDTO

      public static Schema toDTO(String json)
    • unsafeToDTO

      public static Schema unsafeToDTO(String json)
    • getAttributes

      @Valid public @Valid Attribute[] getAttributes()
    • setAttributes

      public void setAttributes(Attribute[] attributes)
    • setAttributes

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

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • setDescription

      public void setDescription(com.liferay.petra.function.UnsafeSupplier<String,Exception> descriptionUnsafeSupplier)
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • setId

      public void setId(com.liferay.petra.function.UnsafeSupplier<String,Exception> idUnsafeSupplier)
    • getMeta

      @Valid public @Valid Meta getMeta()
    • setMeta

      public void setMeta(Meta meta)
    • setMeta

      public void setMeta(com.liferay.petra.function.UnsafeSupplier<Meta,Exception> metaUnsafeSupplier)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • setName

      public void setName(com.liferay.petra.function.UnsafeSupplier<String,Exception> nameUnsafeSupplier)
    • getSchemas

      public String[] getSchemas()
    • setSchemas

      public void setSchemas(String[] schemas)
    • setSchemas

      public void setSchemas(com.liferay.petra.function.UnsafeSupplier<String[],Exception> schemasUnsafeSupplier)
    • 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