Class FormTimeManagement

    • Constructor Detail

      • FormTimeManagement

        public FormTimeManagement()
    • Method Detail

      • getAt

        public Integer getAt()
        Get the timestamp at which the form will be published
        Returns:
        publish timestamp
      • setAt

        public FormTimeManagement setAt​(Integer at)
        Set the at timestamp
        Parameters:
        at - timestamp
        Returns:
        fluent API
      • getVersion

        public ItemVersion getVersion()
        Form Version that will be published at the timestamp
        Returns:
        form version
      • setVersion

        public FormTimeManagement setVersion​(ItemVersion version)
        Set the version to be published
        Parameters:
        version - form version
        Returns:
        fluent API
      • getOfflineAt

        public Integer getOfflineAt()
        Time at which the form will be taken offline
        Returns:
        timestamp to take offline
      • setOfflineAt

        public FormTimeManagement setOfflineAt​(Integer offlineAt)
        Set timestamp for taking offline
        Parameters:
        offlineAt - timestamp
        Returns:
        fluent API