Class PositionDetail
- java.lang.Object
-
- odata.msgraph.client.beta.complex.PositionDetail
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class PositionDetail extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPositionDetail.Builder
-
Field Summary
Fields Modifier and Type Field Description protected CompanyDetailcompanyprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected Stringdescriptionprotected LocalDateendMonthYearprotected StringjobTitleprotected StringodataTypeprotected Stringroleprotected LocalDatestartMonthYearprotected Stringsummaryprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedPositionDetail()
-
Method Summary
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
company
protected CompanyDetail company
-
description
protected String description
-
endMonthYear
protected LocalDate endMonthYear
-
jobTitle
protected String jobTitle
-
role
protected String role
-
startMonthYear
protected LocalDate startMonthYear
-
summary
protected String summary
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
getCompany
public Optional<CompanyDetail> getCompany()
-
withCompany
public PositionDetail withCompany(CompanyDetail company)
-
withDescription
public PositionDetail withDescription(String description)
-
withEndMonthYear
public PositionDetail withEndMonthYear(LocalDate endMonthYear)
-
withJobTitle
public PositionDetail withJobTitle(String jobTitle)
-
withRole
public PositionDetail withRole(String role)
-
withStartMonthYear
public PositionDetail withStartMonthYear(LocalDate startMonthYear)
-
withSummary
public PositionDetail withSummary(String summary)
-
withUnmappedField
public PositionDetail withUnmappedField(String name, String value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static PositionDetail.Builder builder()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
-