Class OperationsTaskListReorderEntries1.Builder
- java.lang.Object
-
- com.chrt.api.resources.operations.operationstasklists.requests.OperationsTaskListReorderEntries1.Builder
-
- Enclosing class:
- OperationsTaskListReorderEntries1
public static final class OperationsTaskListReorderEntries1.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationsTaskListReorderEntries1build()OperationsTaskListReorderEntries1.BuilderentryIds(java.util.List<java.lang.String> entryIds)OperationsTaskListReorderEntries1.BuilderentryIds(java.util.Optional<java.util.List<java.lang.String>> entryIds)OperationsTaskListReorderEntries1.Builderfrom(OperationsTaskListReorderEntries1 other)
-
-
-
Method Detail
-
from
public OperationsTaskListReorderEntries1.Builder from(OperationsTaskListReorderEntries1 other)
-
entryIds
public OperationsTaskListReorderEntries1.Builder entryIds(java.util.Optional<java.util.List<java.lang.String>> entryIds)
-
entryIds
public OperationsTaskListReorderEntries1.Builder entryIds(java.util.List<java.lang.String> entryIds)
-
build
public OperationsTaskListReorderEntries1 build()
-
-