Class Drives.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.Drives.Builder
-
- Enclosing class:
- Drives
public static final class Drives.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Drivesbuild()Drives.BuildercreatedAt(java.time.OffsetDateTime createdAt)The created date of the driveDrives.BuildercreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)The created date of the driveDrives.Builderdescription(java.lang.String description)The description associated with this driveDrives.Builderdescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)The description associated with this driveDrives.Builderid(java.lang.String id)The ID associated with this driveDrives.Builderid(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)The ID associated with this driveDrives.Buildername(java.lang.String name)The name associated with this driveDrives.Buildername(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The name associated with this driveDrives.BuilderremoteId(java.lang.String remoteId)Provider's unique identifierDrives.BuilderremoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierDrives.BuilderupdatedAt(java.time.OffsetDateTime updatedAt)The last updated date of the driveDrives.BuilderupdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)The last updated date of the driveDrives.Builderurl(java.lang.String url)The url of the driveDrives.Builderurl(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url)The url of the drive
-
-
-
Method Detail
-
id
public Drives.Builder id(java.lang.String id)
The ID associated with this drive
-
id
public Drives.Builder id(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
The ID associated with this drive
-
remoteId
public Drives.Builder remoteId(java.lang.String remoteId)
Provider's unique identifier
-
remoteId
public Drives.Builder remoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
name
public Drives.Builder name(java.lang.String name)
The name associated with this drive
-
name
public Drives.Builder name(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The name associated with this drive
-
description
public Drives.Builder description(java.lang.String description)
The description associated with this drive
-
description
public Drives.Builder description(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
The description associated with this drive
-
url
public Drives.Builder url(java.lang.String url)
The url of the drive
-
url
public Drives.Builder url(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url)
The url of the drive
-
createdAt
public Drives.Builder createdAt(java.time.OffsetDateTime createdAt)
The created date of the drive
-
createdAt
public Drives.Builder createdAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
The created date of the drive
-
updatedAt
public Drives.Builder updatedAt(java.time.OffsetDateTime updatedAt)
The last updated date of the drive
-
updatedAt
public Drives.Builder updatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
The last updated date of the drive
-
build
public Drives build()
-
-