Package odata.msgraph.client.beta.entity
Class ExactMatchJobBase
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.ExactMatchJobBase
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
- Direct Known Subclasses:
ExactMatchLookupJob,ExactMatchSessionBase
public class ExactMatchJobBase extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Field Summary
Fields Modifier and Type Field Description protected OffsetDateTimecompletionDateTimeprotected OffsetDateTimecreationDateTimeprotected ClassificationErrorerrorprotected OffsetDateTimelastUpdatedDateTimeprotected OffsetDateTimestartDateTime-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedExactMatchJobBase()
-
Method Summary
-
-
-
Field Detail
-
completionDateTime
protected OffsetDateTime completionDateTime
-
creationDateTime
protected OffsetDateTime creationDateTime
-
error
protected ClassificationError error
-
lastUpdatedDateTime
protected OffsetDateTime lastUpdatedDateTime
-
startDateTime
protected OffsetDateTime startDateTime
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classEntity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classEntity
-
getCompletionDateTime
public Optional<OffsetDateTime> getCompletionDateTime()
-
withCompletionDateTime
public ExactMatchJobBase withCompletionDateTime(OffsetDateTime completionDateTime)
-
getCreationDateTime
public Optional<OffsetDateTime> getCreationDateTime()
-
withCreationDateTime
public ExactMatchJobBase withCreationDateTime(OffsetDateTime creationDateTime)
-
getError
public Optional<ClassificationError> getError()
-
withError
public ExactMatchJobBase withError(ClassificationError error)
-
getLastUpdatedDateTime
public Optional<OffsetDateTime> getLastUpdatedDateTime()
-
withLastUpdatedDateTime
public ExactMatchJobBase withLastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime)
-
getStartDateTime
public Optional<OffsetDateTime> getStartDateTime()
-
withStartDateTime
public ExactMatchJobBase withStartDateTime(OffsetDateTime startDateTime)
-
withUnmappedField
public ExactMatchJobBase withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classEntity
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEntity
-
patch
public ExactMatchJobBase patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public ExactMatchJobBase put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-