Class Source


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

      Nested Classes 
      Modifier and Type Class Description
      static class  Source.Builder  
    • Constructor Summary

      Constructors 
      Constructor Description
      Source()  
      Source​(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)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static Source.Builder builder()  
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
      Unique identifier
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
      The source of the application
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
      Provider's unique identifier
      java.lang.String toString()  
      Source withId​(java.lang.String id)
      Unique identifier
      Source withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
      Unique identifier
      Source withName​(java.lang.String name)
      The source of the application
      Source withName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
      The source of the application
      Source withRemoteId​(java.lang.String remoteId)
      Provider's unique identifier
      Source withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
      Provider's unique identifier
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Source

        public Source​(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)
      • Source

        public Source()
    • 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 source of the application
      • withId

        public Source withId​(java.lang.String id)
        Unique identifier
      • withId

        public Source withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
        Unique identifier
      • withRemoteId

        public Source withRemoteId​(java.lang.String remoteId)
        Provider's unique identifier
      • withRemoteId

        public Source withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
        Provider's unique identifier
      • withName

        public Source withName​(java.lang.String name)
        The source of the application
      • withName

        public Source withName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
        The source of the application
      • 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