Class IamResourceType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.IamResourceType
-
public class IamResourceType extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIamResourceType.Builder
-
Constructor Summary
Constructors Constructor Description IamResourceType()IamResourceType(org.openapitools.jackson.nullable.JsonNullable<? extends IamResourceValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends IamResourceSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IamResourceType.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<IamResourceSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<IamResourceValue>value()The type of the resource, e.g.IamResourceTypewithSourceValue(IamResourceSourceValue sourceValue)IamResourceTypewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends IamResourceSourceValue> sourceValue)IamResourceTypewithValue(IamResourceValue value)The type of the resource, e.g.IamResourceTypewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends IamResourceValue> value)The type of the resource, e.g.
-
-
-
Constructor Detail
-
IamResourceType
public IamResourceType(org.openapitools.jackson.nullable.JsonNullable<? extends IamResourceValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends IamResourceSourceValue> sourceValue)
-
IamResourceType
public IamResourceType()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<IamResourceValue> value()
The type of the resource, e.g. user, group, permission, etc.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<IamResourceSourceValue> sourceValue()
-
builder
public static IamResourceType.Builder builder()
-
withValue
public IamResourceType withValue(IamResourceValue value)
The type of the resource, e.g. user, group, permission, etc.
-
withValue
public IamResourceType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends IamResourceValue> value)
The type of the resource, e.g. user, group, permission, etc.
-
withSourceValue
public IamResourceType withSourceValue(IamResourceSourceValue sourceValue)
-
withSourceValue
public IamResourceType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends IamResourceSourceValue> 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
-
-