Class ConstructCategoryLoadResponse

java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.ConstructCategoryLoadResponse
All Implemented Interfaces:
Serializable

public class ConstructCategoryLoadResponse extends GenericResponse
Class representing the construct category load response.
Author:
plyhun
See Also:
  • Constructor Details

    • ConstructCategoryLoadResponse

      public ConstructCategoryLoadResponse()
      Constructor used by JAXB
    • ConstructCategoryLoadResponse

      public ConstructCategoryLoadResponse(Message message, ResponseInfo responseInfo)
      Create instance with message and responseinfo
      Parameters:
      message -
      responseInfo -
  • Method Details

    • getConstructCategory

      public ConstructCategory getConstructCategory()
      Returns the loaded construct category
      Returns:
    • setConstruct

      public void setConstruct(ConstructCategory category)
      Sets the construct category for this response
      Parameters:
      category -