Class WorkbookTemplateLocalizedGallery


  • public final class WorkbookTemplateLocalizedGallery
    extends Object
    Localized template data and gallery information.
    • Constructor Detail

      • WorkbookTemplateLocalizedGallery

        public WorkbookTemplateLocalizedGallery()
    • Method Detail

      • templateData

        public Object templateData()
        Get the templateData property: Valid JSON object containing workbook template payload.
        Returns:
        the templateData value.
      • withTemplateData

        public WorkbookTemplateLocalizedGallery withTemplateData​(Object templateData)
        Set the templateData property: Valid JSON object containing workbook template payload.
        Parameters:
        templateData - the templateData value to set.
        Returns:
        the WorkbookTemplateLocalizedGallery object itself.
      • galleries

        public List<WorkbookTemplateGallery> galleries()
        Get the galleries property: Workbook galleries supported by the template.
        Returns:
        the galleries value.
      • withGalleries

        public WorkbookTemplateLocalizedGallery withGalleries​(List<WorkbookTemplateGallery> galleries)
        Set the galleries property: Workbook galleries supported by the template.
        Parameters:
        galleries - the galleries value to set.
        Returns:
        the WorkbookTemplateLocalizedGallery object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.