Class MultiValuedAttribute

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

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

    • $ref

      protected String $ref
    • display

      protected String display
    • primary

      protected Boolean primary
    • type

      protected String type
    • value

      protected String value
    • xClassName

      public String xClassName
  • Constructor Details

    • MultiValuedAttribute

      public MultiValuedAttribute()
  • Method Details

    • toDTO

      public static MultiValuedAttribute toDTO(String json)
    • unsafeToDTO

      public static MultiValuedAttribute unsafeToDTO(String json)
    • get$ref

      public String get$ref()
    • set$ref

      public void set$ref(String $ref)
    • set$ref

      public void set$ref(com.liferay.petra.function.UnsafeSupplier<String,Exception> $refUnsafeSupplier)
    • getDisplay

      public String getDisplay()
    • setDisplay

      public void setDisplay(String display)
    • setDisplay

      public void setDisplay(com.liferay.petra.function.UnsafeSupplier<String,Exception> displayUnsafeSupplier)
    • getPrimary

      public Boolean getPrimary()
    • setPrimary

      public void setPrimary(Boolean primary)
    • setPrimary

      public void setPrimary(com.liferay.petra.function.UnsafeSupplier<Boolean,Exception> primaryUnsafeSupplier)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • setType

      public void setType(com.liferay.petra.function.UnsafeSupplier<String,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