Class ContentLanguageResponse

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

public class ContentLanguageResponse extends GenericResponse
Response containing a single content language
See Also:
  • Constructor Details

    • ContentLanguageResponse

      public ContentLanguageResponse()
      Create empty instance
    • ContentLanguageResponse

      public ContentLanguageResponse(ResponseInfo info, ContentLanguage language)
      Create instance with language and response info
      Parameters:
      info - response info
      language - language
  • Method Details

    • getLanguage

      public ContentLanguage getLanguage()
      Content Language
      Returns:
      language
    • setLangage

      public void setLangage(ContentLanguage language)
      Set language
      Parameters:
      language - language