Class Category
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.Category
-
public class Category extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCategory.Builder
-
Constructor Summary
Constructors Constructor Description Category()Category(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, 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 CategoryActive> active, org.openapitools.jackson.nullable.JsonNullable<? extends Hierarchy> hierarchy, org.openapitools.jackson.nullable.JsonNullable<? extends Level> level, org.openapitools.jackson.nullable.JsonNullable<? extends CategoryLanguage> language)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.openapitools.jackson.nullable.JsonNullable<CategoryActive>active()Whether the category is active and therefore available for usestatic Category.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<Hierarchy>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<CategoryLanguage>language()The language associated with this categoryorg.openapitools.jackson.nullable.JsonNullable<Level>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 categoryorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierjava.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>>unifiedCustomFields()Custom Unified Fields configured in your StackOne projectCategorywithActive(CategoryActive active)Whether the category is active and therefore available for useCategorywithActive(org.openapitools.jackson.nullable.JsonNullable<? extends CategoryActive> active)Whether the category is active and therefore available for useCategorywithHierarchy(Hierarchy hierarchy)The hierarchal level of the categoryCategorywithHierarchy(org.openapitools.jackson.nullable.JsonNullable<? extends Hierarchy> hierarchy)The hierarchal level of the categoryCategorywithId(java.lang.String id)The ID associated with this categoryCategorywithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)The ID associated with this categoryCategorywithLanguage(CategoryLanguage language)The language associated with this categoryCategorywithLanguage(org.openapitools.jackson.nullable.JsonNullable<? extends CategoryLanguage> language)The language associated with this categoryCategorywithLevel(Level level)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.CategorywithLevel(org.openapitools.jackson.nullable.JsonNullable<? extends Level> level)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.CategorywithName(java.lang.String name)The name associated with this categoryCategorywithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The name associated with this categoryCategorywithRemoteId(java.lang.String remoteId)Provider's unique identifierCategorywithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierCategorywithUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectCategorywithUnifiedCustomFields(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
-
Category
public Category(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, 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 CategoryActive> active, org.openapitools.jackson.nullable.JsonNullable<? extends Hierarchy> hierarchy, org.openapitools.jackson.nullable.JsonNullable<? extends Level> level, org.openapitools.jackson.nullable.JsonNullable<? extends CategoryLanguage> language)
-
Category
public Category()
-
-
Method Detail
-
id
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
The ID associated with this category
-
remoteId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
Provider's unique identifier
-
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
-
active
public org.openapitools.jackson.nullable.JsonNullable<CategoryActive> active()
Whether the category is active and therefore available for use
-
hierarchy
public org.openapitools.jackson.nullable.JsonNullable<Hierarchy> hierarchy()
The hierarchal level of the category
-
level
@Deprecated public org.openapitools.jackson.nullable.JsonNullable<Level> 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<CategoryLanguage> language()
The language associated with this category
-
builder
public static Category.Builder builder()
-
withId
public Category withId(java.lang.String id)
The ID associated with this category
-
withId
public Category withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
The ID associated with this category
-
withRemoteId
public Category withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public Category withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withUnifiedCustomFields
public Category withUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
withUnifiedCustomFields
public Category 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 Category withName(java.lang.String name)
The name associated with this category
-
withName
public Category withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The name associated with this category
-
withActive
public Category withActive(CategoryActive active)
Whether the category is active and therefore available for use
-
withActive
public Category withActive(org.openapitools.jackson.nullable.JsonNullable<? extends CategoryActive> active)
Whether the category is active and therefore available for use
-
withHierarchy
public Category withHierarchy(Hierarchy hierarchy)
The hierarchal level of the category
-
withHierarchy
public Category withHierarchy(org.openapitools.jackson.nullable.JsonNullable<? extends Hierarchy> hierarchy)
The hierarchal level of the category
-
withLevel
@Deprecated public Category withLevel(Level 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 Category withLevel(org.openapitools.jackson.nullable.JsonNullable<? extends Level> 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 Category withLanguage(CategoryLanguage language)
The language associated with this category
-
withLanguage
public Category withLanguage(org.openapitools.jackson.nullable.JsonNullable<? extends CategoryLanguage> 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
-
-