Class AuthenticationMetaItem
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AuthenticationMetaItem
-
public class AuthenticationMetaItem extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAuthenticationMetaItem.Builder
-
Constructor Summary
Constructors Constructor Description AuthenticationMetaItem()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)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AuthenticationMetaItem.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>key()The authentication keyorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>label()The authentication labeljava.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>type()The authentication typeAuthenticationMetaItemwithKey(java.lang.String key)The authentication keyAuthenticationMetaItemwithKey(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> key)The authentication keyAuthenticationMetaItemwithLabel(java.lang.String label)The authentication labelAuthenticationMetaItemwithLabel(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label)The authentication labelAuthenticationMetaItemwithType(java.lang.String type)The authentication typeAuthenticationMetaItemwithType(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> type)The authentication type
-
-
-
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
-
builder
public static AuthenticationMetaItem.Builder builder()
-
withType
public AuthenticationMetaItem withType(java.lang.String type)
The authentication type
-
withType
public AuthenticationMetaItem withType(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> type)
The authentication type
-
withLabel
public AuthenticationMetaItem withLabel(java.lang.String label)
The authentication label
-
withLabel
public AuthenticationMetaItem withLabel(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label)
The authentication label
-
withKey
public AuthenticationMetaItem withKey(java.lang.String key)
The authentication key
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-