Class IamGroupType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.IamGroupType
-
public class IamGroupType extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIamGroupType.Builder
-
Constructor Summary
Constructors Constructor Description IamGroupType()IamGroupType(org.openapitools.jackson.nullable.JsonNullable<? extends IamGroupValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends IamGroupSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IamGroupType.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<IamGroupSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<IamGroupValue>value()IamGroupTypewithSourceValue(IamGroupSourceValue sourceValue)IamGroupTypewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends IamGroupSourceValue> sourceValue)IamGroupTypewithValue(IamGroupValue value)IamGroupTypewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends IamGroupValue> value)
-
-
-
Constructor Detail
-
IamGroupType
public IamGroupType(org.openapitools.jackson.nullable.JsonNullable<? extends IamGroupValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends IamGroupSourceValue> sourceValue)
-
IamGroupType
public IamGroupType()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<IamGroupValue> value()
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<IamGroupSourceValue> sourceValue()
-
builder
public static IamGroupType.Builder builder()
-
withValue
public IamGroupType withValue(IamGroupValue value)
-
withValue
public IamGroupType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends IamGroupValue> value)
-
withSourceValue
public IamGroupType withSourceValue(IamGroupSourceValue sourceValue)
-
withSourceValue
public IamGroupType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends IamGroupSourceValue> sourceValue)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-