Class Drives


  • public class Drives
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Drives.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.Builder builder()  
      org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt()
      The created date of the drive
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description()
      The description associated with this drive
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
      The ID associated with this drive
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
      The name associated with this drive
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
      Provider's unique identifier
      java.lang.String toString()  
      org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt()
      The last updated date of the drive
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url()
      The url of the drive
      Drives withCreatedAt​(java.time.OffsetDateTime createdAt)
      The created date of the drive
      Drives withCreatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
      The created date of the drive
      Drives withDescription​(java.lang.String description)
      The description associated with this drive
      Drives withDescription​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
      The description associated with this drive
      Drives withId​(java.lang.String id)
      The ID associated with this drive
      Drives withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
      The ID associated with this drive
      Drives withName​(java.lang.String name)
      The name associated with this drive
      Drives withName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
      The name associated with this drive
      Drives withRemoteId​(java.lang.String remoteId)
      Provider's unique identifier
      Drives withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
      Provider's unique identifier
      Drives withUpdatedAt​(java.time.OffsetDateTime updatedAt)
      The last updated date of the drive
      Drives withUpdatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
      The last updated date of the drive
      Drives withUrl​(java.lang.String url)
      The url of the drive
      Drives withUrl​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> url)
      The url of the drive
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • 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
      • 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:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object