Interface DepartmentClientCreate1._FinalStage
-
- All Known Implementing Classes:
DepartmentClientCreate1.Builder
- Enclosing class:
- DepartmentClientCreate1
public static interface DepartmentClientCreate1._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DepartmentClientCreate1build()DepartmentClientCreate1._FinalStagelocation(Nullable<LocationFeature> location)DepartmentClientCreate1._FinalStagelocation(LocationFeature location)DepartmentClientCreate1._FinalStagelocation(java.util.Optional<LocationFeature> location)DepartmentClientCreate1._FinalStageoperatorUserIds(java.util.List<java.lang.String> operatorUserIds)DepartmentClientCreate1._FinalStageoperatorUserIds(java.util.Optional<java.util.List<java.lang.String>> operatorUserIds)
-
-
-
Method Detail
-
build
DepartmentClientCreate1 build()
-
location
DepartmentClientCreate1._FinalStage location(java.util.Optional<LocationFeature> location)
-
location
DepartmentClientCreate1._FinalStage location(LocationFeature location)
-
location
DepartmentClientCreate1._FinalStage location(Nullable<LocationFeature> location)
-
operatorUserIds
DepartmentClientCreate1._FinalStage operatorUserIds(java.util.Optional<java.util.List<java.lang.String>> operatorUserIds)
-
operatorUserIds
DepartmentClientCreate1._FinalStage operatorUserIds(java.util.List<java.lang.String> operatorUserIds)
-
-