Package odata.msgraph.client.complex
Class EmployeeOrgData.Builder
- java.lang.Object
-
- odata.msgraph.client.complex.EmployeeOrgData.Builder
-
- Enclosing class:
- EmployeeOrgData
public static final class EmployeeOrgData.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EmployeeOrgDatabuild()EmployeeOrgData.BuildercostCenter(String costCenter)EmployeeOrgData.Builderdivision(String division)
-
-
-
Method Detail
-
costCenter
public EmployeeOrgData.Builder costCenter(String costCenter)
-
division
public EmployeeOrgData.Builder division(String division)
-
build
public EmployeeOrgData build()
-
-