Package odata.msgraph.client.beta.entity
Class AccessReviewHistoryInstance
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.AccessReviewHistoryInstance
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class AccessReviewHistoryInstance extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccessReviewHistoryInstance.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringdownloadUriprotected OffsetDateTimeexpirationDateTimeprotected OffsetDateTimefulfilledDateTimeprotected OffsetDateTimereviewHistoryPeriodEndDateTimeprotected OffsetDateTimereviewHistoryPeriodStartDateTimeprotected OffsetDateTimerunDateTimeprotected AccessReviewHistoryStatusstatus-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAccessReviewHistoryInstance()
-
Method Summary
-
-
-
Field Detail
-
downloadUri
protected String downloadUri
-
expirationDateTime
protected OffsetDateTime expirationDateTime
-
fulfilledDateTime
protected OffsetDateTime fulfilledDateTime
-
reviewHistoryPeriodEndDateTime
protected OffsetDateTime reviewHistoryPeriodEndDateTime
-
reviewHistoryPeriodStartDateTime
protected OffsetDateTime reviewHistoryPeriodStartDateTime
-
runDateTime
protected OffsetDateTime runDateTime
-
status
protected AccessReviewHistoryStatus status
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderAccessReviewHistoryInstance
public static AccessReviewHistoryInstance.Builder builderAccessReviewHistoryInstance()
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 classEntity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classEntity
-
withDownloadUri
public AccessReviewHistoryInstance withDownloadUri(String downloadUri)
-
getExpirationDateTime
public Optional<OffsetDateTime> getExpirationDateTime()
-
withExpirationDateTime
public AccessReviewHistoryInstance withExpirationDateTime(OffsetDateTime expirationDateTime)
-
getFulfilledDateTime
public Optional<OffsetDateTime> getFulfilledDateTime()
-
withFulfilledDateTime
public AccessReviewHistoryInstance withFulfilledDateTime(OffsetDateTime fulfilledDateTime)
-
getReviewHistoryPeriodEndDateTime
public Optional<OffsetDateTime> getReviewHistoryPeriodEndDateTime()
-
withReviewHistoryPeriodEndDateTime
public AccessReviewHistoryInstance withReviewHistoryPeriodEndDateTime(OffsetDateTime reviewHistoryPeriodEndDateTime)
-
getReviewHistoryPeriodStartDateTime
public Optional<OffsetDateTime> getReviewHistoryPeriodStartDateTime()
-
withReviewHistoryPeriodStartDateTime
public AccessReviewHistoryInstance withReviewHistoryPeriodStartDateTime(OffsetDateTime reviewHistoryPeriodStartDateTime)
-
getRunDateTime
public Optional<OffsetDateTime> getRunDateTime()
-
withRunDateTime
public AccessReviewHistoryInstance withRunDateTime(OffsetDateTime runDateTime)
-
getStatus
public Optional<AccessReviewHistoryStatus> getStatus()
-
withStatus
public AccessReviewHistoryInstance withStatus(AccessReviewHistoryStatus status)
-
withUnmappedField
public AccessReviewHistoryInstance 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 AccessReviewHistoryInstance patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public AccessReviewHistoryInstance put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
generateDownloadUri
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<AccessReviewHistoryInstance> generateDownloadUri()
-
-