Class 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
      Drives build()  
      Drives.Builder createdAt​(java.time.OffsetDateTime createdAt)
      The created date of the drive
      Drives.Builder createdAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
      The created date of the drive
      Drives.Builder description​(java.lang.String description)
      The description associated with this drive
      Drives.Builder description​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
      The description associated with this drive
      Drives.Builder id​(java.lang.String id)
      The ID associated with this drive
      Drives.Builder id​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
      The ID associated with this drive
      Drives.Builder name​(java.lang.String name)
      The name associated with this drive
      Drives.Builder name​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
      The name associated with this drive
      Drives.Builder remoteId​(java.lang.String remoteId)
      Provider's unique identifier
      Drives.Builder remoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
      Provider's unique identifier
      Drives.Builder updatedAt​(java.time.OffsetDateTime updatedAt)
      The last updated date of the drive
      Drives.Builder updatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
      The last updated date of the drive
      Drives.Builder url​(java.lang.String url)
      The url of the drive
      Drives.Builder url​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url)
      The url of the drive
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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()