Class AuthenticationMetaItem


  • public class AuthenticationMetaItem
    extends java.lang.Object
    • Constructor Detail

      • AuthenticationMetaItem

        public AuthenticationMetaItem​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> type,
                                      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label,
                                      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> key)
      • AuthenticationMetaItem

        public AuthenticationMetaItem()
    • Method Detail

      • type

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> type()
        The authentication type
      • label

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label()
        The authentication label
      • key

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> key()
        The authentication key
      • withType

        public AuthenticationMetaItem withType​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> type)
        The authentication type
      • withLabel

        public AuthenticationMetaItem withLabel​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label)
        The authentication label
      • withKey

        public AuthenticationMetaItem withKey​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> key)
        The authentication key
      • 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