Class Drives
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.Drives
-
public class Drives extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDrives.Builder
-
Constructor Summary
Constructors Constructor Description Drives()Drives(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> description, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url, 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 Drives.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>createdAt()The created date of the driveorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>description()The description associated with this drivebooleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()The ID associated with this driveorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>name()The name associated with this driveorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierjava.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime>updatedAt()The last updated date of the driveorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>url()The url of the driveDriveswithCreatedAt(java.time.OffsetDateTime createdAt)The created date of the driveDriveswithCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)The created date of the driveDriveswithDescription(java.lang.String description)The description associated with this driveDriveswithDescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)The description associated with this driveDriveswithId(java.lang.String id)The ID associated with this driveDriveswithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)The ID associated with this driveDriveswithName(java.lang.String name)The name associated with this driveDriveswithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The name associated with this driveDriveswithRemoteId(java.lang.String remoteId)Provider's unique identifierDriveswithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierDriveswithUpdatedAt(java.time.OffsetDateTime updatedAt)The last updated date of the driveDriveswithUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)The last updated date of the driveDriveswithUrl(java.lang.String url)The url of the driveDriveswithUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url)The url of the drive
-
-
-
Constructor Detail
-
Drives
public Drives(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> description, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt, org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
-
Drives
public Drives()
-
-
Method Detail
-
id
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
The ID associated with this drive
-
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 associated with this drive
-
description
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description()
The description associated with this drive
-
url
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url()
The url of the drive
-
createdAt
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt()
The created date of the drive
-
updatedAt
public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt()
The last updated date of the drive
-
builder
public static Drives.Builder builder()
-
withId
public Drives withId(java.lang.String id)
The ID associated with this drive
-
withId
public Drives withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
The ID associated with this drive
-
withRemoteId
public Drives withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public Drives withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withName
public Drives withName(java.lang.String name)
The name associated with this drive
-
withName
public Drives withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The name associated with this drive
-
withDescription
public Drives withDescription(java.lang.String description)
The description associated with this drive
-
withDescription
public Drives withDescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
The description associated with this drive
-
withUrl
public Drives withUrl(java.lang.String url)
The url of the drive
-
withUrl
public Drives withUrl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url)
The url of the drive
-
withCreatedAt
public Drives withCreatedAt(java.time.OffsetDateTime createdAt)
The created date of the drive
-
withCreatedAt
public Drives withCreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
The created date of the drive
-
withUpdatedAt
public Drives withUpdatedAt(java.time.OffsetDateTime updatedAt)
The last updated date of the drive
-
withUpdatedAt
public Drives withUpdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
The last updated date of the drive
-
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
-
-