Class ContentStatusRequestBody


public class ContentStatusRequestBody extends QueryOptions
ContentStatusRequestBody provides a structure for passing the status.
  • Constructor Details

    • ContentStatusRequestBody

      public ContentStatusRequestBody()
      Default constructor
    • ContentStatusRequestBody

      public ContentStatusRequestBody(ContentStatusRequestBody template)
      Copy/clone constructor
      Parameters:
      template - object to copy
  • Method Details

    • getContentStatusList

      public List<ContentStatus> getContentStatusList()
      Return the status list.
      Returns:
      status enum list
    • setContentStatusList

      public void setContentStatusList(List<ContentStatus> contentStatusList)
      Set up the status list.
      Parameters:
      contentStatusList - status enum list
    • toString

      public String toString()
      JSON-style toString.
      Overrides:
      toString in class QueryOptions
      Returns:
      list of properties and their values.
    • equals

      public boolean equals(Object objectToCompare)
      Equals method that returns true if containing properties are the same.
      Overrides:
      equals in class QueryOptions
      Parameters:
      objectToCompare - object to compare
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Return hash code for this object
      Overrides:
      hashCode in class QueryOptions
      Returns:
      int hash code