java.lang.Object
com.liferay.headless.delivery.dto.v1_0.Options
All Implemented Interfaces:
Serializable

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

  • Constructor Details

    • Options

      public Options()
  • Method Details

    • toDTO

      public static Options toDTO(String json)
    • unsafeToDTO

      public static Options unsafeToDTO(String json)
    • getType

      @Valid public @Valid Options.Type getType()
    • getTypeAsString

      public String getTypeAsString()
    • setType

      public void setType(Options.Type type)
    • setType

      public void setType(com.liferay.petra.function.UnsafeSupplier<Options.Type,Exception> typeUnsafeSupplier)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • setValue

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