Class CategoryJsonApi

java.lang.Object
de.codebarista.shopware.model.core.CategoryJsonApi

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-06-10T11:26:02.541008353+02:00[Europe/Berlin]", comments="Generator version: 7.5.0") public class CategoryJsonApi extends Object
Added since version: 6.0.0.0
  • Field Details

  • Constructor Details

  • Method Details

    • type

      public CategoryJsonApi type(String type)
    • getType

      @Nonnull public String getType()
      Get type
      Returns:
      type
    • setType

      public void setType(String type)
    • id

      public CategoryJsonApi id(String id)
    • getId

      @Nonnull public String getId()
      Get id
      Returns:
      id
    • setId

      public void setId(String id)
    • attributes

      public CategoryJsonApi attributes(Map<String,Object> attributes)
    • putAttributesItem

      public CategoryJsonApi putAttributesItem(String key, Object attributesItem)
    • getAttributes

      @Nullable public Map<String,Object> getAttributes()
      Members of the attributes object (\"attributes\") represent information about the resource object in which it's defined.
      Returns:
      attributes
    • setAttributes

      public void setAttributes(Map<String,Object> attributes)
    • relationships

      public CategoryJsonApi relationships(CategoryJsonApiAllOfRelationships relationships)
    • getRelationships

      @Nullable public CategoryJsonApiAllOfRelationships getRelationships()
      Get relationships
      Returns:
      relationships
    • setRelationships

      public void setRelationships(CategoryJsonApiAllOfRelationships relationships)
    • links

      public CategoryJsonApi links(Map<String,Link> links)
    • putLinksItem

      public CategoryJsonApi putLinksItem(String key, Link linksItem)
    • getLinks

      @Nullable public Map<String,Link> getLinks()
      Get links
      Returns:
      links
    • setLinks

      public void setLinks(Map<String,Link> links)
    • meta

      public CategoryJsonApi meta(Map<String,Object> meta)
    • putMetaItem

      public CategoryJsonApi putMetaItem(String key, Object metaItem)
    • getMeta

      @Nullable public Map<String,Object> getMeta()
      Non-standard meta-information that can not be represented as an attribute or relationship.
      Returns:
      meta
    • setMeta

      public void setMeta(Map<String,Object> meta)
    • versionId

      public CategoryJsonApi versionId(String versionId)
    • getVersionId

      @Nullable public String getVersionId()
      Get versionId
      Returns:
      versionId
    • setVersionId

      public void setVersionId(String versionId)
    • parentId

      public CategoryJsonApi parentId(String parentId)
    • getParentId

      @Nullable public String getParentId()
      Get parentId
      Returns:
      parentId
    • setParentId

      public void setParentId(String parentId)
    • parentVersionId

      public CategoryJsonApi parentVersionId(String parentVersionId)
    • getParentVersionId

      @Nullable public String getParentVersionId()
      Get parentVersionId
      Returns:
      parentVersionId
    • setParentVersionId

      public void setParentVersionId(String parentVersionId)
    • afterCategoryId

      public CategoryJsonApi afterCategoryId(String afterCategoryId)
    • getAfterCategoryId

      @Nullable public String getAfterCategoryId()
      Get afterCategoryId
      Returns:
      afterCategoryId
    • setAfterCategoryId

      public void setAfterCategoryId(String afterCategoryId)
    • afterCategoryVersionId

      public CategoryJsonApi afterCategoryVersionId(String afterCategoryVersionId)
    • getAfterCategoryVersionId

      @Nullable public String getAfterCategoryVersionId()
      Get afterCategoryVersionId
      Returns:
      afterCategoryVersionId
    • setAfterCategoryVersionId

      public void setAfterCategoryVersionId(String afterCategoryVersionId)
    • mediaId

      public CategoryJsonApi mediaId(String mediaId)
    • getMediaId

      @Nullable public String getMediaId()
      Get mediaId
      Returns:
      mediaId
    • setMediaId

      public void setMediaId(String mediaId)
    • displayNestedProducts

      public CategoryJsonApi displayNestedProducts(Boolean displayNestedProducts)
    • getDisplayNestedProducts

      @Nonnull public Boolean getDisplayNestedProducts()
      Get displayNestedProducts
      Returns:
      displayNestedProducts
    • setDisplayNestedProducts

      public void setDisplayNestedProducts(Boolean displayNestedProducts)
    • getBreadcrumb

      @Nullable public List<Object> getBreadcrumb()
      Get breadcrumb
      Returns:
      breadcrumb
    • getLevel

      @Nullable public Long getLevel()
      Get level
      Returns:
      level
    • getPath

      @Nullable public String getPath()
      Get path
      Returns:
      path
    • getChildCount

      @Nullable public Long getChildCount()
      Get childCount
      Returns:
      childCount
    • productAssignmentType

      public CategoryJsonApi productAssignmentType(String productAssignmentType)
    • getProductAssignmentType

      @Nonnull public String getProductAssignmentType()
      Get productAssignmentType
      Returns:
      productAssignmentType
    • setProductAssignmentType

      public void setProductAssignmentType(String productAssignmentType)
    • visible

      public CategoryJsonApi visible(Boolean visible)
    • getVisible

      @Nullable public Boolean getVisible()
      Get visible
      Returns:
      visible
    • setVisible

      public void setVisible(Boolean visible)
    • active

      public CategoryJsonApi active(Boolean active)
    • getActive

      @Nullable public Boolean getActive()
      Get active
      Returns:
      active
    • setActive

      public void setActive(Boolean active)
    • cmsPageIdSwitched

      public CategoryJsonApi cmsPageIdSwitched(Boolean cmsPageIdSwitched)
    • getCmsPageIdSwitched

      @Nullable public Boolean getCmsPageIdSwitched()
      Runtime field, cannot be used as part of the criteria.
      Returns:
      cmsPageIdSwitched
    • setCmsPageIdSwitched

      public void setCmsPageIdSwitched(Boolean cmsPageIdSwitched)
    • visibleChildCount

      public CategoryJsonApi visibleChildCount(Long visibleChildCount)
    • getVisibleChildCount

      @Nullable public Long getVisibleChildCount()
      Runtime field, cannot be used as part of the criteria.
      Returns:
      visibleChildCount
    • setVisibleChildCount

      public void setVisibleChildCount(Long visibleChildCount)
    • name

      public CategoryJsonApi name(String name)
    • getName

      @Nonnull public String getName()
      Get name
      Returns:
      name
    • setName

      public void setName(String name)
    • customFields

      public CategoryJsonApi customFields(Object customFields)
    • getCustomFields

      @Nullable public Object getCustomFields()
      Get customFields
      Returns:
      customFields
    • setCustomFields

      public void setCustomFields(Object customFields)
    • linkType

      public CategoryJsonApi linkType(String linkType)
    • getLinkType

      @Nullable public String getLinkType()
      Get linkType
      Returns:
      linkType
    • setLinkType

      public void setLinkType(String linkType)
    • internalLink

      public CategoryJsonApi internalLink(String internalLink)
    • getInternalLink

      @Nullable public String getInternalLink()
      Get internalLink
      Returns:
      internalLink
    • setInternalLink

      public void setInternalLink(String internalLink)
    • externalLink

      public CategoryJsonApi externalLink(String externalLink)
    • getExternalLink

      @Nullable public String getExternalLink()
      Get externalLink
      Returns:
      externalLink
    • setExternalLink

      public void setExternalLink(String externalLink)
    • linkNewTab

      public CategoryJsonApi linkNewTab(Boolean linkNewTab)
    • getLinkNewTab

      @Nullable public Boolean getLinkNewTab()
      Get linkNewTab
      Returns:
      linkNewTab
    • setLinkNewTab

      public void setLinkNewTab(Boolean linkNewTab)
    • description

      public CategoryJsonApi description(String description)
    • getDescription

      @Nullable public String getDescription()
      Get description
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • metaTitle

      public CategoryJsonApi metaTitle(String metaTitle)
    • getMetaTitle

      @Nullable public String getMetaTitle()
      Get metaTitle
      Returns:
      metaTitle
    • setMetaTitle

      public void setMetaTitle(String metaTitle)
    • metaDescription

      public CategoryJsonApi metaDescription(String metaDescription)
    • getMetaDescription

      @Nullable public String getMetaDescription()
      Get metaDescription
      Returns:
      metaDescription
    • setMetaDescription

      public void setMetaDescription(String metaDescription)
    • keywords

      public CategoryJsonApi keywords(String keywords)
    • getKeywords

      @Nullable public String getKeywords()
      Get keywords
      Returns:
      keywords
    • setKeywords

      public void setKeywords(String keywords)
    • cmsPageId

      public CategoryJsonApi cmsPageId(String cmsPageId)
    • getCmsPageId

      @Nullable public String getCmsPageId()
      Get cmsPageId
      Returns:
      cmsPageId
    • setCmsPageId

      public void setCmsPageId(String cmsPageId)
    • cmsPageVersionId

      public CategoryJsonApi cmsPageVersionId(String cmsPageVersionId)
    • getCmsPageVersionId

      @Nullable public String getCmsPageVersionId()
      Get cmsPageVersionId
      Returns:
      cmsPageVersionId
    • setCmsPageVersionId

      public void setCmsPageVersionId(String cmsPageVersionId)
    • customEntityTypeId

      public CategoryJsonApi customEntityTypeId(String customEntityTypeId)
    • getCustomEntityTypeId

      @Nullable public String getCustomEntityTypeId()
      Get customEntityTypeId
      Returns:
      customEntityTypeId
    • setCustomEntityTypeId

      public void setCustomEntityTypeId(String customEntityTypeId)
    • getCreatedAt

      @Nonnull public OffsetDateTime getCreatedAt()
      Get createdAt
      Returns:
      createdAt
    • getUpdatedAt

      @Nullable public OffsetDateTime getUpdatedAt()
      Get updatedAt
      Returns:
      updatedAt
    • translated

      public CategoryJsonApi translated(Object translated)
    • getTranslated

      @Nullable public Object getTranslated()
      Get translated
      Returns:
      translated
    • setTranslated

      public void setTranslated(Object translated)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object