Class DTODataCollectionTemplateReleaseUpdate

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.datacollection.rs2.template.release.DTODataCollectionTemplateReleaseUpdate
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

@Deprecated(forRemoval=true, since="22.0") public class DTODataCollectionTemplateReleaseUpdate extends DynO
Deprecated, for removal: This API element is subject to removal in a future version.
DTO used to update a data collection template release.
Since:
19.0
See Also:
GCApi:
dto
  • Field Details

    • startDate

      @DateType(SYMBOLIC) protected Optional<ZonedDateTime> startDate
      Deprecated, for removal: This API element is subject to removal in a future version.
    • active

      protected Optional<Boolean> active
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • DTODataCollectionTemplateReleaseUpdate

      public DTODataCollectionTemplateReleaseUpdate()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getStartDate

      public Optional<ZonedDateTime> getStartDate()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setStartDate

      public void setStartDate(Optional<ZonedDateTime> startDate)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getActive

      public Optional<Boolean> getActive()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setActive

      public void setActive(Optional<Boolean> active)
      Deprecated, for removal: This API element is subject to removal in a future version.