Package odata.msgraph.client.beta.entity
Class ExactMatchSessionBase
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.ExactMatchJobBase
-
- odata.msgraph.client.beta.entity.ExactMatchSessionBase
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
- Direct Known Subclasses:
ExactMatchSession
public class ExactMatchSessionBase extends ExactMatchJobBase implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExactMatchSessionBase.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringdataStoreIdprotected OffsetDateTimeprocessingCompletionDateTimeprotected IntegerremainingBlockCountprotected IntegerremainingJobCountprotected Stringstateprotected IntegertotalBlockCountprotected IntegertotalJobCountprotected OffsetDateTimeuploadCompletionDateTime-
Fields inherited from class odata.msgraph.client.beta.entity.ExactMatchJobBase
completionDateTime, creationDateTime, error, lastUpdatedDateTime, startDateTime
-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedExactMatchSessionBase()
-
Method Summary
-
Methods inherited from class odata.msgraph.client.beta.entity.ExactMatchJobBase
getCompletionDateTime, getCreationDateTime, getError, getLastUpdatedDateTime, getStartDateTime, withCompletionDateTime, withCreationDateTime, withError, withLastUpdatedDateTime, withStartDateTime
-
-
-
-
Field Detail
-
dataStoreId
protected String dataStoreId
-
processingCompletionDateTime
protected OffsetDateTime processingCompletionDateTime
-
remainingBlockCount
protected Integer remainingBlockCount
-
remainingJobCount
protected Integer remainingJobCount
-
state
protected String state
-
totalBlockCount
protected Integer totalBlockCount
-
totalJobCount
protected Integer totalJobCount
-
uploadCompletionDateTime
protected OffsetDateTime uploadCompletionDateTime
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classExactMatchJobBase
-
builderExactMatchSessionBase
public static ExactMatchSessionBase.Builder builderExactMatchSessionBase()
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
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classExactMatchJobBase
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classExactMatchJobBase
-
withDataStoreId
public ExactMatchSessionBase withDataStoreId(String dataStoreId)
-
getProcessingCompletionDateTime
public Optional<OffsetDateTime> getProcessingCompletionDateTime()
-
withProcessingCompletionDateTime
public ExactMatchSessionBase withProcessingCompletionDateTime(OffsetDateTime processingCompletionDateTime)
-
withRemainingBlockCount
public ExactMatchSessionBase withRemainingBlockCount(Integer remainingBlockCount)
-
withRemainingJobCount
public ExactMatchSessionBase withRemainingJobCount(Integer remainingJobCount)
-
withState
public ExactMatchSessionBase withState(String state)
-
withTotalBlockCount
public ExactMatchSessionBase withTotalBlockCount(Integer totalBlockCount)
-
withTotalJobCount
public ExactMatchSessionBase withTotalJobCount(Integer totalJobCount)
-
getUploadCompletionDateTime
public Optional<OffsetDateTime> getUploadCompletionDateTime()
-
withUploadCompletionDateTime
public ExactMatchSessionBase withUploadCompletionDateTime(OffsetDateTime uploadCompletionDateTime)
-
withUnmappedField
public ExactMatchSessionBase withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classExactMatchJobBase
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classExactMatchJobBase
-
patch
public ExactMatchSessionBase patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.- Overrides:
patchin classExactMatchJobBase- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
put
public ExactMatchSessionBase put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).- Overrides:
putin classExactMatchJobBase- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
toString
public String toString()
- Overrides:
toStringin classExactMatchJobBase
-
-