Class CustomTaskExtension
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.CustomCalloutExtension
com.microsoft.graph.models.identitygovernance.CustomTaskExtension
- All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder,com.microsoft.kiota.serialization.Parsable,com.microsoft.kiota.store.BackedModel
@Generated("com.microsoft.kiota")
public class CustomTaskExtension
extends CustomCalloutExtension
implements com.microsoft.kiota.serialization.Parsable
-
Field Summary
Fields inherited from class com.microsoft.graph.models.Entity
backingStore -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CustomTaskExtensioncreateFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueGets the callbackConfiguration property value.Gets the createdBy property value.Gets the createdDateTime property value.The deserialization information for the current modelGets the lastModifiedBy property value.Gets the lastModifiedDateTime property value.voidserialize(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoidSets the callbackConfiguration property value.voidsetCreatedBy(User value) Sets the createdBy property value.voidsetCreatedDateTime(OffsetDateTime value) Sets the createdDateTime property value.voidsetLastModifiedBy(User value) Sets the lastModifiedBy property value.voidSets the lastModifiedDateTime property value.Methods inherited from class com.microsoft.graph.models.CustomCalloutExtension
getAuthenticationConfiguration, getClientConfiguration, getDescription, getDisplayName, getEndpointConfiguration, setAuthenticationConfiguration, setClientConfiguration, setDescription, setDisplayName, setEndpointConfigurationMethods inherited from class com.microsoft.graph.models.Entity
getAdditionalData, getBackingStore, getId, getOdataType, setAdditionalData, setBackingStore, setId, setOdataType
-
Constructor Details
-
CustomTaskExtension
public CustomTaskExtension()Instantiates a newCustomTaskExtensionand sets the default values.
-
-
Method Details
-
createFromDiscriminatorValue
@Nonnull public static CustomTaskExtension 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
CustomTaskExtension
-
getCallbackConfiguration
Gets the callbackConfiguration property value. The callback configuration for a custom task extension.- Returns:
- a
CustomExtensionCallbackConfiguration
-
getCreatedBy
Gets the createdBy property value. The unique identifier of the Microsoft Entra user that created the custom task extension.Supports $filter(eq, ne) and $expand.- Returns:
- a
User
-
getCreatedDateTime
Gets the createdDateTime property value. When the custom task extension was created.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.- Returns:
- a
OffsetDateTime
-
getFieldDeserializers
@Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()The deserialization information for the current model- Specified by:
getFieldDeserializersin interfacecom.microsoft.kiota.serialization.Parsable- Overrides:
getFieldDeserializersin classCustomCalloutExtension- Returns:
- a
Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
-
getLastModifiedBy
Gets the lastModifiedBy property value. The unique identifier of the Microsoft Entra user that modified the custom task extension last.Supports $filter(eq, ne) and $expand.- Returns:
- a
User
-
getLastModifiedDateTime
Gets the lastModifiedDateTime property value. When the custom extension was last modified.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.- 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- Overrides:
serializein classCustomCalloutExtension- Parameters:
writer- Serialization writer to use to serialize this model
-
setCallbackConfiguration
Sets the callbackConfiguration property value. The callback configuration for a custom task extension.- Parameters:
value- Value to set for the callbackConfiguration property.
-
setCreatedBy
Sets the createdBy property value. The unique identifier of the Microsoft Entra user that created the custom task extension.Supports $filter(eq, ne) and $expand.- Parameters:
value- Value to set for the createdBy property.
-
setCreatedDateTime
Sets the createdDateTime property value. When the custom task extension was created.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.- Parameters:
value- Value to set for the createdDateTime property.
-
setLastModifiedBy
Sets the lastModifiedBy property value. The unique identifier of the Microsoft Entra user that modified the custom task extension last.Supports $filter(eq, ne) and $expand.- Parameters:
value- Value to set for the lastModifiedBy property.
-
setLastModifiedDateTime
Sets the lastModifiedDateTime property value. When the custom extension was last modified.Supports $filter(lt, le, gt, ge, eq, ne) and $orderby.- Parameters:
value- Value to set for the lastModifiedDateTime property.
-