Class Reference


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

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

      Constructors 
      Constructor Description
      Reference()  
      Reference​(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<? extends Active> active)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.openapitools.jackson.nullable.JsonNullable<Active> active()
      The reference status
      static Reference.Builder builder()  
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
      The reference id
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
      The reference name
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
      Provider's unique identifier
      java.lang.String toString()  
      Reference withActive​(Active active)
      The reference status
      Reference withActive​(org.openapitools.jackson.nullable.JsonNullable<? extends Active> active)
      The reference status
      Reference withId​(java.lang.String id)
      The reference id
      Reference withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
      The reference id
      Reference withName​(java.lang.String name)
      The reference name
      Reference withName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
      The reference name
      Reference withRemoteId​(java.lang.String remoteId)
      Provider's unique identifier
      Reference 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

      • Reference

        public Reference​(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<? extends Active> active)
      • Reference

        public Reference()
    • Method Detail

      • id

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
        The reference id
      • 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 reference name
      • active

        public org.openapitools.jackson.nullable.JsonNullable<Active> active()
        The reference status
      • withId

        public Reference withId​(java.lang.String id)
        The reference id
      • withId

        public Reference withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
        The reference id
      • withRemoteId

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

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

        public Reference withName​(java.lang.String name)
        The reference name
      • withName

        public Reference withName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
        The reference name
      • withActive

        public Reference withActive​(Active active)
        The reference status
      • withActive

        public Reference withActive​(org.openapitools.jackson.nullable.JsonNullable<? extends Active> active)
        The reference status
      • 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