Class IamResource
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.IamResource
-
public class IamResource extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIamResource.Builder
-
Constructor Summary
Constructors Constructor Description IamResource()IamResource(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> location, org.openapitools.jackson.nullable.JsonNullable<? extends IamResourceType> type, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IamResource.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>createdAt()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>description()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>location()The location of the resource.org.openapitools.jackson.nullable.JsonNullable<java.lang.String>name()The name of the resource.org.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierjava.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<IamResourceType>type()org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>updatedAt()IamResourcewithCreatedAt(java.time.OffsetDateTime createdAt)IamResourcewithCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)IamResourcewithDescription(java.lang.String description)IamResourcewithDescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)IamResourcewithId(java.lang.String id)Unique identifierIamResourcewithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierIamResourcewithLocation(java.lang.String location)The location of the resource.IamResourcewithLocation(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> location)The location of the resource.IamResourcewithName(java.lang.String name)The name of the resource.IamResourcewithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The name of the resource.IamResourcewithRemoteId(java.lang.String remoteId)Provider's unique identifierIamResourcewithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierIamResourcewithType(IamResourceType type)IamResourcewithType(org.openapitools.jackson.nullable.JsonNullable<? extends IamResourceType> type)IamResourcewithUpdatedAt(java.time.OffsetDateTime updatedAt)IamResourcewithUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
-
-
-
Constructor Detail
-
IamResource
public IamResource(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> location, org.openapitools.jackson.nullable.JsonNullable<? extends IamResourceType> type, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
-
IamResource
public IamResource()
-
-
Method Detail
-
id
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
Unique identifier
-
remoteId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
Provider's unique identifier
-
name
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
The name of the resource.
-
location
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> location()
The location of the resource.
-
type
public org.openapitools.jackson.nullable.JsonNullable<IamResourceType> type()
-
description
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description()
-
createdAt
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt()
-
updatedAt
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt()
-
builder
public static IamResource.Builder builder()
-
withId
public IamResource withId(java.lang.String id)
Unique identifier
-
withId
public IamResource withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public IamResource withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public IamResource withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withName
public IamResource withName(java.lang.String name)
The name of the resource.
-
withName
public IamResource withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The name of the resource.
-
withLocation
public IamResource withLocation(java.lang.String location)
The location of the resource.
-
withLocation
public IamResource withLocation(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> location)
The location of the resource.
-
withType
public IamResource withType(IamResourceType type)
-
withType
public IamResource withType(org.openapitools.jackson.nullable.JsonNullable<? extends IamResourceType> type)
-
withDescription
public IamResource withDescription(java.lang.String description)
-
withDescription
public IamResource withDescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
-
withCreatedAt
public IamResource withCreatedAt(java.time.OffsetDateTime createdAt)
-
withCreatedAt
public IamResource withCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
-
withUpdatedAt
public IamResource withUpdatedAt(java.time.OffsetDateTime updatedAt)
-
withUpdatedAt
public IamResource withUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
-
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
-
-