Class CreateCategoriesApiModel


  • public class CreateCategoriesApiModel
    extends java.lang.Object
    • 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
      • 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
      • 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​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
        The name associated with this 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
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object