Package com.microsoft.graph.models
Class SynchronizationTaskExecution
java.lang.Object
com.microsoft.graph.models.SynchronizationTaskExecution
- All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder,com.microsoft.kiota.serialization.Parsable,com.microsoft.kiota.store.BackedModel
@Generated("com.microsoft.kiota")
public class SynchronizationTaskExecution
extends Object
implements com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.store.BackedModel, com.microsoft.kiota.serialization.Parsable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.microsoft.kiota.store.BackingStoreStores model information. -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a newSynchronizationTaskExecutionand sets the default values. -
Method Summary
Modifier and TypeMethodDescriptionstatic SynchronizationTaskExecutioncreateFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueGets the activityIdentifier property value.Gets the AdditionalData property value.com.microsoft.kiota.store.BackingStoreGets the backingStore property value.Gets the countEntitled property value.Gets the countEntitledForProvisioning property value.Gets the countEscrowed property value.Gets the countEscrowedRaw property value.Gets the countExported property value.Gets the countExports property value.Gets the countImported property value.Gets the countImportedDeltas property value.Gets the countImportedReferenceDeltas property value.getError()Gets the error property value.The deserialization information for the current modelGets the @odata.type property value.getState()Gets the state property value.Gets the timeBegan property value.Gets the timeEnded property value.voidserialize(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoidsetActivityIdentifier(String value) Sets the activityIdentifier property value.voidsetAdditionalData(Map<String, Object> value) Sets the AdditionalData property value.voidsetBackingStore(com.microsoft.kiota.store.BackingStore value) Sets the backingStore property value.voidsetCountEntitled(Long value) Sets the countEntitled property value.voidSets the countEntitledForProvisioning property value.voidsetCountEscrowed(Long value) Sets the countEscrowed property value.voidsetCountEscrowedRaw(Long value) Sets the countEscrowedRaw property value.voidsetCountExported(Long value) Sets the countExported property value.voidsetCountExports(Long value) Sets the countExports property value.voidsetCountImported(Long value) Sets the countImported property value.voidsetCountImportedDeltas(Long value) Sets the countImportedDeltas property value.voidSets the countImportedReferenceDeltas property value.voidsetError(SynchronizationError value) Sets the error property value.voidsetOdataType(String value) Sets the @odata.type property value.voidSets the state property value.voidsetTimeBegan(OffsetDateTime value) Sets the timeBegan property value.voidsetTimeEnded(OffsetDateTime value) Sets the timeEnded property value.
-
Field Details
-
backingStore
@Nonnull protected com.microsoft.kiota.store.BackingStore backingStoreStores model information.
-
-
Constructor Details
-
SynchronizationTaskExecution
public SynchronizationTaskExecution()Instantiates a newSynchronizationTaskExecutionand sets the default values.
-
-
Method Details
-
createFromDiscriminatorValue
@Nonnull public static SynchronizationTaskExecution createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator value- Parameters:
parseNode- The parse node to use to read the discriminator value and create the object- Returns:
- a
SynchronizationTaskExecution
-
getActivityIdentifier
Gets the activityIdentifier property value. Identifier of the job run.- Returns:
- a
String
-
getAdditionalData
Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. -
getBackingStore
@Nonnull public com.microsoft.kiota.store.BackingStore getBackingStore()Gets the backingStore property value. Stores model information.- Specified by:
getBackingStorein interfacecom.microsoft.kiota.store.BackedModel- Returns:
- a
BackingStore
-
getCountEntitled
Gets the countEntitled property value. Count of processed entries that were assigned for this application.- Returns:
- a
Long
-
getCountEntitledForProvisioning
Gets the countEntitledForProvisioning property value. Count of processed entries that were assigned for provisioning.- Returns:
- a
Long
-
getCountEscrowed
Gets the countEscrowed property value. Count of entries that were escrowed (errors).- Returns:
- a
Long
-
getCountEscrowedRaw
Gets the countEscrowedRaw property value. Count of entries that were escrowed, including system-generated escrows.- Returns:
- a
Long
-
getCountExported
Gets the countExported property value. Count of exported entries.- Returns:
- a
Long
-
getCountExports
Gets the countExports property value. Count of entries that were expected to be exported.- Returns:
- a
Long
-
getCountImported
Gets the countImported property value. Count of imported entries.- Returns:
- a
Long
-
getCountImportedDeltas
Gets the countImportedDeltas property value. Count of imported delta-changes.- Returns:
- a
Long
-
getCountImportedReferenceDeltas
Gets the countImportedReferenceDeltas property value. Count of imported delta-changes pertaining to reference changes.- Returns:
- a
Long
-
getError
Gets the error property value. If an error was encountered, contains a synchronizationError object with details.- Returns:
- a
SynchronizationError
-
getFieldDeserializers
@Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()The deserialization information for the current model -
getOdataType
Gets the @odata.type property value. The OdataType property- Returns:
- a
String
-
getState
Gets the state property value. The state property- Returns:
- a
SynchronizationTaskExecutionResult
-
getTimeBegan
Gets the timeBegan property value. Time when this job run began. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.- Returns:
- a
OffsetDateTime
-
getTimeEnded
Gets the timeEnded property value. Time when this job run ended. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.- Returns:
- a
OffsetDateTime
-
serialize
public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current object- Specified by:
serializein interfacecom.microsoft.kiota.serialization.Parsable- Parameters:
writer- Serialization writer to use to serialize this model
-
setActivityIdentifier
Sets the activityIdentifier property value. Identifier of the job run.- Parameters:
value- Value to set for the activityIdentifier property.
-
setAdditionalData
Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.- Parameters:
value- Value to set for the AdditionalData property.
-
setBackingStore
public void setBackingStore(@Nonnull com.microsoft.kiota.store.BackingStore value) Sets the backingStore property value. Stores model information.- Parameters:
value- Value to set for the backingStore property.
-
setCountEntitled
Sets the countEntitled property value. Count of processed entries that were assigned for this application.- Parameters:
value- Value to set for the countEntitled property.
-
setCountEntitledForProvisioning
Sets the countEntitledForProvisioning property value. Count of processed entries that were assigned for provisioning.- Parameters:
value- Value to set for the countEntitledForProvisioning property.
-
setCountEscrowed
Sets the countEscrowed property value. Count of entries that were escrowed (errors).- Parameters:
value- Value to set for the countEscrowed property.
-
setCountEscrowedRaw
Sets the countEscrowedRaw property value. Count of entries that were escrowed, including system-generated escrows.- Parameters:
value- Value to set for the countEscrowedRaw property.
-
setCountExported
Sets the countExported property value. Count of exported entries.- Parameters:
value- Value to set for the countExported property.
-
setCountExports
Sets the countExports property value. Count of entries that were expected to be exported.- Parameters:
value- Value to set for the countExports property.
-
setCountImported
Sets the countImported property value. Count of imported entries.- Parameters:
value- Value to set for the countImported property.
-
setCountImportedDeltas
Sets the countImportedDeltas property value. Count of imported delta-changes.- Parameters:
value- Value to set for the countImportedDeltas property.
-
setCountImportedReferenceDeltas
Sets the countImportedReferenceDeltas property value. Count of imported delta-changes pertaining to reference changes.- Parameters:
value- Value to set for the countImportedReferenceDeltas property.
-
setError
Sets the error property value. If an error was encountered, contains a synchronizationError object with details.- Parameters:
value- Value to set for the error property.
-
setOdataType
Sets the @odata.type property value. The OdataType property- Parameters:
value- Value to set for the @odata.type property.
-
setState
Sets the state property value. The state property- Parameters:
value- Value to set for the state property.
-
setTimeBegan
Sets the timeBegan property value. Time when this job run began. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.- Parameters:
value- Value to set for the timeBegan property.
-
setTimeEnded
Sets the timeEnded property value. Time when this job run ended. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.- Parameters:
value- Value to set for the timeEnded property.
-