Class ActionMetaItem.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.ActionMetaItem.Builder
-
- Enclosing class:
- ActionMetaItem
public static final class ActionMetaItem.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionMetaItem.Builderauthentication(java.util.List<AuthenticationMetaItem> authentication)The authentication methods supported by this actionActionMetaItem.Builderauthentication(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<AuthenticationMetaItem>> authentication)The authentication methods supported by this actionActionMetaItembuild()ActionMetaItem.Builderdescription(java.lang.String description)The action descriptionActionMetaItem.Builderdescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)The action descriptionActionMetaItem.Builderid(java.lang.String id)The action IDActionMetaItem.Builderid(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)The action IDActionMetaItem.Builderlabel(java.lang.String label)The action labelActionMetaItem.Builderlabel(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label)The action labelActionMetaItem.BuilderoperationDetails(java.util.Map<java.lang.String,java.lang.Object> operationDetails)The operation details for the actionActionMetaItem.BuilderoperationDetails(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> operationDetails)The operation details for the actionActionMetaItem.BuilderschemaType(java.lang.String schemaType)The schema type for the actionActionMetaItem.BuilderschemaType(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> schemaType)The schema type for the actionActionMetaItem.Buildertags(java.util.List<java.lang.String> tags)The tags associated with this actionActionMetaItem.Buildertags(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> tags)The tags associated with this action
-
-
-
Method Detail
-
id
public ActionMetaItem.Builder id(java.lang.String id)
The action ID
-
id
public ActionMetaItem.Builder id(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
The action ID
-
label
public ActionMetaItem.Builder label(java.lang.String label)
The action label
-
label
public ActionMetaItem.Builder label(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label)
The action label
-
description
public ActionMetaItem.Builder description(java.lang.String description)
The action description
-
description
public ActionMetaItem.Builder description(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
The action description
-
schemaType
public ActionMetaItem.Builder schemaType(java.lang.String schemaType)
The schema type for the action
-
schemaType
public ActionMetaItem.Builder schemaType(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> schemaType)
The schema type for the action
-
tags
public ActionMetaItem.Builder tags(java.util.List<java.lang.String> tags)
The tags associated with this action
-
tags
public ActionMetaItem.Builder tags(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> tags)
The tags associated with this action
-
authentication
public ActionMetaItem.Builder authentication(java.util.List<AuthenticationMetaItem> authentication)
The authentication methods supported by this action
-
authentication
public ActionMetaItem.Builder authentication(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<AuthenticationMetaItem>> authentication)
The authentication methods supported by this action
-
operationDetails
public ActionMetaItem.Builder operationDetails(java.util.Map<java.lang.String,java.lang.Object> operationDetails)
The operation details for the action
-
operationDetails
public ActionMetaItem.Builder operationDetails(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> operationDetails)
The operation details for the action
-
build
public ActionMetaItem build()
-
-