Class IamPermission
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.IamPermission
-
public class IamPermission extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIamPermission.Builder
-
Constructor Summary
Constructors Constructor Description IamPermission()IamPermission(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<? extends IamPermissionType> type, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<IamResource>> resources, 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 IamPermission.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>name()The name of the permission.org.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.util.List<IamResource>>resources()The resources that the permission applies to.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<IamPermissionType>type()org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>updatedAt()IamPermissionwithCreatedAt(java.time.OffsetDateTime createdAt)IamPermissionwithCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)IamPermissionwithDescription(java.lang.String description)IamPermissionwithDescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)IamPermissionwithId(java.lang.String id)Unique identifierIamPermissionwithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierIamPermissionwithName(java.lang.String name)The name of the permission.IamPermissionwithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The name of the permission.IamPermissionwithRemoteId(java.lang.String remoteId)Provider's unique identifierIamPermissionwithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierIamPermissionwithResources(java.util.List<IamResource> resources)The resources that the permission applies to.IamPermissionwithResources(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<IamResource>> resources)The resources that the permission applies to.IamPermissionwithType(IamPermissionType type)IamPermissionwithType(org.openapitools.jackson.nullable.JsonNullable<? extends IamPermissionType> type)IamPermissionwithUpdatedAt(java.time.OffsetDateTime updatedAt)IamPermissionwithUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
-
-
-
Constructor Detail
-
IamPermission
public IamPermission(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<? extends IamPermissionType> type, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<IamResource>> resources, 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)
-
IamPermission
public IamPermission()
-
-
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 permission.
-
type
public org.openapitools.jackson.nullable.JsonNullable<IamPermissionType> type()
-
resources
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<IamResource>> resources()
The resources that the permission applies to.
-
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 IamPermission.Builder builder()
-
withId
public IamPermission withId(java.lang.String id)
Unique identifier
-
withId
public IamPermission withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public IamPermission withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public IamPermission withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withName
public IamPermission withName(java.lang.String name)
The name of the permission.
-
withName
public IamPermission withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The name of the permission.
-
withType
public IamPermission withType(IamPermissionType type)
-
withType
public IamPermission withType(org.openapitools.jackson.nullable.JsonNullable<? extends IamPermissionType> type)
-
withResources
public IamPermission withResources(java.util.List<IamResource> resources)
The resources that the permission applies to.
-
withResources
public IamPermission withResources(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<IamResource>> resources)
The resources that the permission applies to.
-
withDescription
public IamPermission withDescription(java.lang.String description)
-
withDescription
public IamPermission withDescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
-
withCreatedAt
public IamPermission withCreatedAt(java.time.OffsetDateTime createdAt)
-
withCreatedAt
public IamPermission withCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
-
withUpdatedAt
public IamPermission withUpdatedAt(java.time.OffsetDateTime updatedAt)
-
withUpdatedAt
public IamPermission 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
-
-