Class Tag.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.Tag.Builder
-
- Enclosing class:
- Tag
public static final class Tag.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tagbuild()Tag.Buildername(java.lang.String name)Name of the tagTag.Buildername(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)Name of the tagTag.BuilderremoteId(java.lang.String remoteId)Remote ID of the tagTag.BuilderremoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Remote ID of the tag
-
-
-
Method Detail
-
remoteId
public Tag.Builder remoteId(java.lang.String remoteId)
Remote ID of the tag
-
remoteId
public Tag.Builder remoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Remote ID of the tag
-
name
public Tag.Builder name(java.lang.String name)
Name of the tag
-
name
public Tag.Builder name(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
Name of the tag
-
build
public Tag build()
-
-