Package odata.msgraph.client.complex
Class PlannerExternalReference
- java.lang.Object
-
- odata.msgraph.client.complex.PlannerExternalReference
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class PlannerExternalReference extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPlannerExternalReference.Builder
-
Field Summary
Fields Modifier and Type Field Description protected Stringaliasprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected IdentitySetlastModifiedByprotected OffsetDateTimelastModifiedDateTimeprotected StringodataTypeprotected StringpreviewPriorityprotected Stringtypeprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedPlannerExternalReference()
-
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
-
alias
protected String alias
-
lastModifiedBy
protected IdentitySet lastModifiedBy
-
lastModifiedDateTime
protected OffsetDateTime lastModifiedDateTime
-
previewPriority
protected String previewPriority
-
type
protected String type
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withAlias
public PlannerExternalReference withAlias(String alias)
-
getLastModifiedBy
public Optional<IdentitySet> getLastModifiedBy()
-
withLastModifiedBy
public PlannerExternalReference withLastModifiedBy(IdentitySet lastModifiedBy)
-
getLastModifiedDateTime
public Optional<OffsetDateTime> getLastModifiedDateTime()
-
withLastModifiedDateTime
public PlannerExternalReference withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
-
withPreviewPriority
public PlannerExternalReference withPreviewPriority(String previewPriority)
-
withType
public PlannerExternalReference withType(String type)
-
withUnmappedField
public PlannerExternalReference 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 PlannerExternalReference.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
-
-