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
  • Constructor Details

    • CustomTaskExtension

      public CustomTaskExtension()
      Instantiates a new CustomTaskExtension and 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

      @Nullable public CustomExtensionCallbackConfiguration getCallbackConfiguration()
      Gets the callbackConfiguration property value. The callback configuration for a custom task extension.
      Returns:
      a CustomExtensionCallbackConfiguration
    • getCreatedBy

      @Nullable public User 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

      @Nullable public OffsetDateTime 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:
      getFieldDeserializers in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      getFieldDeserializers in class CustomCalloutExtension
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getLastModifiedBy

      @Nullable public User 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

      @Nullable public OffsetDateTime 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:
      serialize in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      serialize in class CustomCalloutExtension
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setCallbackConfiguration

      public void setCallbackConfiguration(@Nullable CustomExtensionCallbackConfiguration value)
      Sets the callbackConfiguration property value. The callback configuration for a custom task extension.
      Parameters:
      value - Value to set for the callbackConfiguration property.
    • setCreatedBy

      public void setCreatedBy(@Nullable User value)
      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

      public void setCreatedDateTime(@Nullable OffsetDateTime value)
      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

      public void setLastModifiedBy(@Nullable User value)
      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

      public void setLastModifiedDateTime(@Nullable OffsetDateTime value)
      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.