Class GetCategoryDetails

java.lang.Object
software.xdev.brevo.model.GetCategoryDetails

public class GetCategoryDetails extends Object
GetCategoryDetails
  • Field Details

  • Constructor Details

    • GetCategoryDetails

      public GetCategoryDetails()
  • Method Details

    • id

      public GetCategoryDetails id(@Nonnull String id)
    • getId

      @Nonnull public String getId()
      Category ID for which you requested the details
      Returns:
      id
    • setId

      public void setId(@Nonnull String id)
    • name

      public GetCategoryDetails name(@Nonnull String name)
    • getName

      @Nonnull public String getName()
      Name of the category for which you requested the details
      Returns:
      name
    • setName

      public void setName(@Nonnull String name)
    • createdAt

      public GetCategoryDetails createdAt(@Nonnull String createdAt)
    • getCreatedAt

      @Nonnull public String getCreatedAt()
      Creation UTC date-time of the category (YYYY-MM-DDTHH:mm:ss.SSSZ)
      Returns:
      createdAt
    • setCreatedAt

      public void setCreatedAt(@Nonnull String createdAt)
    • modifiedAt

      public GetCategoryDetails modifiedAt(@Nonnull String modifiedAt)
    • getModifiedAt

      @Nonnull public String getModifiedAt()
      Last modification UTC date-time of the category (YYYY-MM-DDTHH:mm:ss.SSSZ)
      Returns:
      modifiedAt
    • setModifiedAt

      public void setModifiedAt(@Nonnull String modifiedAt)
    • url

      public GetCategoryDetails url(@Nullable String url)
    • getUrl

      @Nullable public String getUrl()
      URL to the category
      Returns:
      url
    • setUrl

      public void setUrl(@Nullable String url)
    • isDeleted

      public GetCategoryDetails isDeleted(@Nullable Boolean isDeleted)
    • getIsDeleted

      @Nullable public Boolean getIsDeleted()
      category deleted from the shop's database
      Returns:
      isDeleted
    • setIsDeleted

      public void setIsDeleted(@Nullable Boolean isDeleted)
    • 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
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string