Class SettingSchemaFluent<A extends SettingSchemaFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1.SettingSchemaFluent<A>
-
- Direct Known Subclasses:
SettingSchemaBuilder
public class SettingSchemaFluent<A extends SettingSchemaFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description SettingSchemaFluent()SettingSchemaFluent(SettingSchema instance)
-
Method Summary
-
-
-
Constructor Detail
-
SettingSchemaFluent
public SettingSchemaFluent()
-
SettingSchemaFluent
public SettingSchemaFluent(SettingSchema instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(SettingSchema instance)
-
addAllToAllowableValues
public A addAllToAllowableValues(Collection<String> items)
-
removeAllFromAllowableValues
public A removeAllFromAllowableValues(Collection<String> items)
-
getAllowableValue
public String getAllowableValue(int index)
-
getFirstAllowableValue
public String getFirstAllowableValue()
-
getLastAllowableValue
public String getLastAllowableValue()
-
hasAllowableValues
public boolean hasAllowableValues()
-
getAttributeType
public String getAttributeType()
-
hasAttributeType
public boolean hasAttributeType()
-
getLowerBound
public Integer getLowerBound()
-
hasLowerBound
public boolean hasLowerBound()
-
getMaxLength
public Integer getMaxLength()
-
hasMaxLength
public boolean hasMaxLength()
-
getMinLength
public Integer getMinLength()
-
hasMinLength
public boolean hasMinLength()
-
getReadOnly
public Boolean getReadOnly()
-
hasReadOnly
public boolean hasReadOnly()
-
getUnique
public Boolean getUnique()
-
hasUnique
public boolean hasUnique()
-
getUpperBound
public Integer getUpperBound()
-
hasUpperBound
public boolean hasUpperBound()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends SettingSchemaFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends SettingSchemaFluent<A>>
-
withReadOnly
public A withReadOnly()
-
withUnique
public A withUnique()
-
-