Class ResourceType

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

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

    • description

      protected String description
    • endpoint

      protected String endpoint
    • id

      protected String id
    • meta

      protected Meta meta
    • name

      protected String name
    • schema

      protected String schema
    • schemas

      protected Schema[] schemas
    • xClassName

      public String xClassName
  • Constructor Details

    • ResourceType

      public ResourceType()
  • Method Details

    • toDTO

      public static ResourceType toDTO(String json)
    • unsafeToDTO

      public static ResourceType unsafeToDTO(String json)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • setDescription

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

      public String getEndpoint()
    • setEndpoint

      public void setEndpoint(String endpoint)
    • setEndpoint

      public void setEndpoint(com.liferay.petra.function.UnsafeSupplier<String,Exception> endpointUnsafeSupplier)
    • 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)
    • getSchema

      public String getSchema()
    • setSchema

      public void setSchema(String schema)
    • setSchema

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

      @Valid public @Valid Schema[] getSchemas()
    • setSchemas

      public void setSchemas(Schema[] schemas)
    • setSchemas

      public void setSchemas(com.liferay.petra.function.UnsafeSupplier<Schema[],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