Class AuthenticationMetaItem.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AuthenticationMetaItem.Builder
-
- Enclosing class:
- AuthenticationMetaItem
public static final class AuthenticationMetaItem.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationMetaItembuild()AuthenticationMetaItem.Builderkey(java.lang.String key)The authentication keyAuthenticationMetaItem.Builderkey(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> key)The authentication keyAuthenticationMetaItem.Builderlabel(java.lang.String label)The authentication labelAuthenticationMetaItem.Builderlabel(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label)The authentication labelAuthenticationMetaItem.Buildertype(java.lang.String type)The authentication typeAuthenticationMetaItem.Buildertype(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> type)The authentication type
-
-
-
Method Detail
-
type
public AuthenticationMetaItem.Builder type(java.lang.String type)
The authentication type
-
type
public AuthenticationMetaItem.Builder type(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> type)
The authentication type
-
label
public AuthenticationMetaItem.Builder label(java.lang.String label)
The authentication label
-
label
public AuthenticationMetaItem.Builder label(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label)
The authentication label
-
key
public AuthenticationMetaItem.Builder key(java.lang.String key)
The authentication key
-
key
public AuthenticationMetaItem.Builder key(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> key)
The authentication key
-
build
public AuthenticationMetaItem build()
-
-