Class CreateCategoriesApiModel
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.CreateCategoriesApiModel
-
public class CreateCategoriesApiModel extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateCategoriesApiModel.Builder
-
Constructor Summary
Constructors Constructor Description CreateCategoriesApiModel()CreateCategoriesApiModel(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<? extends CreateCategoriesApiModelHierarchy> hierarchy, org.openapitools.jackson.nullable.JsonNullable<? extends CreateCategoriesApiModelLevel> level, org.openapitools.jackson.nullable.JsonNullable<? extends CreateCategoriesApiModelLanguage> language)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static CreateCategoriesApiModel.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<CreateCategoriesApiModelHierarchy>hierarchy()The hierarchal level of the categoryorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()The ID associated with this categoryorg.openapitools.jackson.nullable.JsonNullable<CreateCategoriesApiModelLanguage>language()The language associated with this categoryorg.openapitools.jackson.nullable.JsonNullable<CreateCategoriesApiModelLevel>level()Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.org.openapitools.jackson.nullable.JsonNullable<java.lang.String>name()The name associated with this categoryjava.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>>unifiedCustomFields()Custom Unified Fields configured in your StackOne projectCreateCategoriesApiModelwithHierarchy(CreateCategoriesApiModelHierarchy hierarchy)The hierarchal level of the categoryCreateCategoriesApiModelwithHierarchy(org.openapitools.jackson.nullable.JsonNullable<? extends CreateCategoriesApiModelHierarchy> hierarchy)The hierarchal level of the categoryCreateCategoriesApiModelwithId(java.lang.String id)The ID associated with this categoryCreateCategoriesApiModelwithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)The ID associated with this categoryCreateCategoriesApiModelwithLanguage(CreateCategoriesApiModelLanguage language)The language associated with this categoryCreateCategoriesApiModelwithLanguage(org.openapitools.jackson.nullable.JsonNullable<? extends CreateCategoriesApiModelLanguage> language)The language associated with this categoryCreateCategoriesApiModelwithLevel(CreateCategoriesApiModelLevel level)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.CreateCategoriesApiModelwithLevel(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.CreateCategoriesApiModelwithName(java.lang.String name)The name associated with this categoryCreateCategoriesApiModelwithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The name associated with this categoryCreateCategoriesApiModelwithUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectCreateCategoriesApiModelwithUnifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)Custom Unified Fields configured in your StackOne project
-
-
-
Constructor Detail
-
CreateCategoriesApiModel
public CreateCategoriesApiModel(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<? extends CreateCategoriesApiModelHierarchy> hierarchy, org.openapitools.jackson.nullable.JsonNullable<? extends CreateCategoriesApiModelLevel> level, org.openapitools.jackson.nullable.JsonNullable<? extends CreateCategoriesApiModelLanguage> language)
-
CreateCategoriesApiModel
public CreateCategoriesApiModel()
-
-
Method Detail
-
id
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
The ID associated with this category
-
unifiedCustomFields
public org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields()
Custom Unified Fields configured in your StackOne project
-
name
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
The name associated with this category
-
hierarchy
public org.openapitools.jackson.nullable.JsonNullable<CreateCategoriesApiModelHierarchy> hierarchy()
The hierarchal level of the category
-
level
@Deprecated public org.openapitools.jackson.nullable.JsonNullable<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 org.openapitools.jackson.nullable.JsonNullable<CreateCategoriesApiModelLanguage> language()
The language associated with this category
-
builder
public static CreateCategoriesApiModel.Builder builder()
-
withId
public CreateCategoriesApiModel withId(java.lang.String id)
The ID associated with this category
-
withId
public CreateCategoriesApiModel withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
The ID associated with this category
-
withUnifiedCustomFields
public CreateCategoriesApiModel withUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
withUnifiedCustomFields
public CreateCategoriesApiModel withUnifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
withName
public CreateCategoriesApiModel withName(java.lang.String name)
The name associated with this category
-
withName
public CreateCategoriesApiModel withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The name associated with this category
-
withHierarchy
public CreateCategoriesApiModel withHierarchy(CreateCategoriesApiModelHierarchy hierarchy)
The hierarchal level of the category
-
withHierarchy
public CreateCategoriesApiModel withHierarchy(org.openapitools.jackson.nullable.JsonNullable<? extends CreateCategoriesApiModelHierarchy> hierarchy)
The hierarchal level of the category
-
withLevel
@Deprecated public CreateCategoriesApiModel withLevel(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
-
withLevel
@Deprecated public CreateCategoriesApiModel withLevel(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
-
withLanguage
public CreateCategoriesApiModel withLanguage(CreateCategoriesApiModelLanguage language)
The language associated with this category
-
withLanguage
public CreateCategoriesApiModel withLanguage(org.openapitools.jackson.nullable.JsonNullable<? extends CreateCategoriesApiModelLanguage> language)
The language associated with this category
-
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
-
-