Interface TaskItem.Partial

  • Enclosing class:
    TaskItem

    public static interface TaskItem.Partial
    Types that represent a partially constructed taskItem.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  TaskItem.Partial.NeedsLocalId
      This partially constructed taskItem still needs its localId attribute set.
      static class  TaskItem.Partial.NeedsLocalIdAndState
      This partially constructed taskItem still needs its localId and state attributes set (and this builder permits them to be set in either order).
      static class  TaskItem.Partial.NeedsState
      This partially constructed taskItem still needs its state attribute set.