Class CreateCategoriesApiModel.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.CreateCategoriesApiModel.Builder
-
- Enclosing class:
- CreateCategoriesApiModel
public static final class CreateCategoriesApiModel.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description CreateCategoriesApiModelbuild()CreateCategoriesApiModel.Builderhierarchy(CreateCategoriesApiModelHierarchy hierarchy)The hierarchal level of the categoryCreateCategoriesApiModel.Builderhierarchy(org.openapitools.jackson.nullable.JsonNullable<? extends CreateCategoriesApiModelHierarchy> hierarchy)The hierarchal level of the categoryCreateCategoriesApiModel.Builderid(java.lang.String id)The ID associated with this categoryCreateCategoriesApiModel.Builderid(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)The ID associated with this categoryCreateCategoriesApiModel.Builderlanguage(CreateCategoriesApiModelLanguage language)The language associated with this categoryCreateCategoriesApiModel.Builderlanguage(org.openapitools.jackson.nullable.JsonNullable<? extends CreateCategoriesApiModelLanguage> language)The language associated with this categoryCreateCategoriesApiModel.Builderlevel(CreateCategoriesApiModelLevel level)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.CreateCategoriesApiModel.Builderlevel(org.openapitools.jackson.nullable.JsonNullable<? extends CreateCategoriesApiModelLevel> level)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.CreateCategoriesApiModel.Buildername(java.lang.String name)The name associated with this categoryCreateCategoriesApiModel.Buildername(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The name associated with this categoryCreateCategoriesApiModel.BuilderunifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectCreateCategoriesApiModel.BuilderunifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)Custom Unified Fields configured in your StackOne project
-
-
-
Method Detail
-
id
public CreateCategoriesApiModel.Builder id(java.lang.String id)
The ID associated with this category
-
id
public CreateCategoriesApiModel.Builder id(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
The ID associated with this category
-
unifiedCustomFields
public CreateCategoriesApiModel.Builder unifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
unifiedCustomFields
public CreateCategoriesApiModel.Builder unifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
name
public CreateCategoriesApiModel.Builder name(java.lang.String name)
The name associated with this category
-
name
public CreateCategoriesApiModel.Builder name(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The name associated with this category
-
hierarchy
public CreateCategoriesApiModel.Builder hierarchy(CreateCategoriesApiModelHierarchy hierarchy)
The hierarchal level of the category
-
hierarchy
public CreateCategoriesApiModel.Builder hierarchy(org.openapitools.jackson.nullable.JsonNullable<? extends CreateCategoriesApiModelHierarchy> hierarchy)
The hierarchal level of the category
-
level
@Deprecated public CreateCategoriesApiModel.Builder level(CreateCategoriesApiModelLevel level)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The hierarchal level of the category
-
level
@Deprecated public CreateCategoriesApiModel.Builder level(org.openapitools.jackson.nullable.JsonNullable<? extends CreateCategoriesApiModelLevel> level)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The hierarchal level of the category
-
language
public CreateCategoriesApiModel.Builder language(CreateCategoriesApiModelLanguage language)
The language associated with this category
-
language
public CreateCategoriesApiModel.Builder language(org.openapitools.jackson.nullable.JsonNullable<? extends CreateCategoriesApiModelLanguage> language)
The language associated with this category
-
build
public CreateCategoriesApiModel build()
-
-