Class SettingSchemaFluent<A extends SettingSchemaFluent<A>>

  • Direct Known Subclasses:
    SettingSchemaBuilder

    public class SettingSchemaFluent<A extends SettingSchemaFluent<A>>
    extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
    Generated
    • Constructor Detail

      • SettingSchemaFluent

        public SettingSchemaFluent()
      • SettingSchemaFluent

        public SettingSchemaFluent​(SettingSchema instance)
    • Method Detail

      • copyInstance

        protected void copyInstance​(SettingSchema instance)
      • addToAllowableValues

        public A addToAllowableValues​(int index,
                                      String item)
      • setToAllowableValues

        public A setToAllowableValues​(int index,
                                      String item)
      • addToAllowableValues

        public A addToAllowableValues​(String... items)
      • addAllToAllowableValues

        public A addAllToAllowableValues​(Collection<String> items)
      • removeFromAllowableValues

        public A removeFromAllowableValues​(String... items)
      • removeAllFromAllowableValues

        public A removeAllFromAllowableValues​(Collection<String> items)
      • getAllowableValues

        public List<String> getAllowableValues()
      • getAllowableValue

        public String getAllowableValue​(int index)
      • getFirstAllowableValue

        public String getFirstAllowableValue()
      • getLastAllowableValue

        public String getLastAllowableValue()
      • hasMatchingAllowableValue

        public boolean hasMatchingAllowableValue​(Predicate<String> predicate)
      • withAllowableValues

        public A withAllowableValues​(List<String> allowableValues)
      • withAllowableValues

        public A withAllowableValues​(String... allowableValues)
      • hasAllowableValues

        public boolean hasAllowableValues()
      • getAttributeType

        public String getAttributeType()
      • withAttributeType

        public A withAttributeType​(String attributeType)
      • hasAttributeType

        public boolean hasAttributeType()
      • getLowerBound

        public Integer getLowerBound()
      • withLowerBound

        public A withLowerBound​(Integer lowerBound)
      • hasLowerBound

        public boolean hasLowerBound()
      • getMaxLength

        public Integer getMaxLength()
      • withMaxLength

        public A withMaxLength​(Integer maxLength)
      • hasMaxLength

        public boolean hasMaxLength()
      • getMinLength

        public Integer getMinLength()
      • withMinLength

        public A withMinLength​(Integer minLength)
      • hasMinLength

        public boolean hasMinLength()
      • getReadOnly

        public Boolean getReadOnly()
      • withReadOnly

        public A withReadOnly​(Boolean readOnly)
      • hasReadOnly

        public boolean hasReadOnly()
      • getUnique

        public Boolean getUnique()
      • withUnique

        public A withUnique​(Boolean unique)
      • hasUnique

        public boolean hasUnique()
      • getUpperBound

        public Integer getUpperBound()
      • withUpperBound

        public A withUpperBound​(Integer upperBound)
      • hasUpperBound

        public boolean hasUpperBound()
      • addToAdditionalProperties

        public A addToAdditionalProperties​(String key,
                                           Object value)
      • addToAdditionalProperties

        public A addToAdditionalProperties​(Map<String,​Object> map)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(String key)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(Map<String,​Object> map)
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • withAdditionalProperties

        public <K,​V> A withAdditionalProperties​(Map<String,​Object> additionalProperties)
      • hasAdditionalProperties

        public boolean hasAdditionalProperties()
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends SettingSchemaFluent<A>>
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends SettingSchemaFluent<A>>
      • withReadOnly

        public A withReadOnly()
      • withUnique

        public A withUnique()