Class DepartmentClientUpdate1.Builder
- java.lang.Object
-
- com.chrt.api.resources.operations.departments.requests.DepartmentClientUpdate1.Builder
-
- Enclosing class:
- DepartmentClientUpdate1
public static final class DepartmentClientUpdate1.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DepartmentClientUpdate1build()DepartmentClientUpdate1.Builderfrom(DepartmentClientUpdate1 other)DepartmentClientUpdate1.Builderlocation(Nullable<LocationFeature> location)DepartmentClientUpdate1.Builderlocation(LocationFeature location)DepartmentClientUpdate1.Builderlocation(java.util.Optional<LocationFeature> location)DepartmentClientUpdate1.BuilderlocationSetToNone(java.lang.Boolean locationSetToNone)DepartmentClientUpdate1.BuilderlocationSetToNone(java.util.Optional<java.lang.Boolean> locationSetToNone)DepartmentClientUpdate1.Buildername(Nullable<java.lang.String> name)DepartmentClientUpdate1.Buildername(java.lang.String name)DepartmentClientUpdate1.Buildername(java.util.Optional<java.lang.String> name)
-
-
-
Method Detail
-
from
public DepartmentClientUpdate1.Builder from(DepartmentClientUpdate1 other)
-
name
public DepartmentClientUpdate1.Builder name(java.util.Optional<java.lang.String> name)
-
name
public DepartmentClientUpdate1.Builder name(java.lang.String name)
-
name
public DepartmentClientUpdate1.Builder name(Nullable<java.lang.String> name)
-
location
public DepartmentClientUpdate1.Builder location(java.util.Optional<LocationFeature> location)
-
location
public DepartmentClientUpdate1.Builder location(LocationFeature location)
-
location
public DepartmentClientUpdate1.Builder location(Nullable<LocationFeature> location)
-
locationSetToNone
public DepartmentClientUpdate1.Builder locationSetToNone(java.util.Optional<java.lang.Boolean> locationSetToNone)
-
locationSetToNone
public DepartmentClientUpdate1.Builder locationSetToNone(java.lang.Boolean locationSetToNone)
-
build
public DepartmentClientUpdate1 build()
-
-