public class TeamsAsyncOperation extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
TeamsAsyncOperation.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
attemptsCount |
protected OffsetDateTime |
createdDateTime |
protected OperationError |
error |
protected OffsetDateTime |
lastActionDateTime |
protected TeamsAsyncOperationType |
operationType |
protected TeamsAsyncOperationStatus |
status |
protected String |
targetResourceId |
protected String |
targetResourceLocation |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
TeamsAsyncOperation() |
protected TeamsAsyncOperationType operationType
protected OffsetDateTime createdDateTime
protected TeamsAsyncOperationStatus status
protected OffsetDateTime lastActionDateTime
protected Integer attemptsCount
protected String targetResourceId
protected String targetResourceLocation
protected OperationError error
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static TeamsAsyncOperation.Builder builderTeamsAsyncOperation()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic Optional<TeamsAsyncOperationType> getOperationType()
public TeamsAsyncOperation withOperationType(TeamsAsyncOperationType operationType)
public Optional<OffsetDateTime> getCreatedDateTime()
public TeamsAsyncOperation withCreatedDateTime(OffsetDateTime createdDateTime)
public Optional<TeamsAsyncOperationStatus> getStatus()
public TeamsAsyncOperation withStatus(TeamsAsyncOperationStatus status)
public Optional<OffsetDateTime> getLastActionDateTime()
public TeamsAsyncOperation withLastActionDateTime(OffsetDateTime lastActionDateTime)
public TeamsAsyncOperation withAttemptsCount(Integer attemptsCount)
public TeamsAsyncOperation withTargetResourceId(String targetResourceId)
public TeamsAsyncOperation withTargetResourceLocation(String targetResourceLocation)
public Optional<OperationError> getError()
public TeamsAsyncOperation withError(OperationError error)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic TeamsAsyncOperation patch()
this with changed fields reset.public TeamsAsyncOperation put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.