Class Feature

java.lang.Object
com.symphony.bdk.gen.api.model.Feature

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-03-26T16:14:56.804588655Z[Etc/UTC]") public class Feature extends Object
Entitlement feature record.
  • Field Details

  • Constructor Details

    • Feature

      public Feature()
  • Method Details

    • entitlment

      public Feature entitlment(String entitlment)
    • getEntitlment

      @Nullable public String getEntitlment()
      Get entitlment
      Returns:
      entitlment
    • setEntitlment

      public void setEntitlment(String entitlment)
    • enabled

      public Feature enabled(Boolean enabled)
    • getEnabled

      @Nullable public Boolean getEnabled()
      Whether this entitlement is enabled for the user.
      Returns:
      enabled
    • setEnabled

      public void setEnabled(Boolean enabled)
    • equals

      public boolean equals(Object o)
      Return true if this Feature object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object