Class AccessPackageAssignmentWorkflowExtension

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.CustomCalloutExtension
com.microsoft.graph.models.AccessPackageAssignmentWorkflowExtension
All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel

@Generated("com.microsoft.kiota") public class AccessPackageAssignmentWorkflowExtension extends CustomCalloutExtension implements com.microsoft.kiota.serialization.Parsable
  • Constructor Details

  • Method Details

    • createFromDiscriminatorValue

      @Nonnull public static AccessPackageAssignmentWorkflowExtension 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 AccessPackageAssignmentWorkflowExtension
    • getCallbackConfiguration

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

      @Nullable public String getCreatedBy()
      Gets the createdBy property value. The userPrincipalName of the user or identity of the subject that created this resource. Read-only.
      Returns:
      a String
    • getCreatedDateTime

      @Nullable public OffsetDateTime getCreatedDateTime()
      Gets the createdDateTime property value. When the entity was created.
      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 String getLastModifiedBy()
      Gets the lastModifiedBy property value. The userPrincipalName of the identity that last modified the entity.
      Returns:
      a String
    • getLastModifiedDateTime

      @Nullable public OffsetDateTime getLastModifiedDateTime()
      Gets the lastModifiedDateTime property value. When the entity was last modified.
      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 extension.
      Parameters:
      value - Value to set for the callbackConfiguration property.
    • setCreatedBy

      public void setCreatedBy(@Nullable String value)
      Sets the createdBy property value. The userPrincipalName of the user or identity of the subject that created this resource. Read-only.
      Parameters:
      value - Value to set for the createdBy property.
    • setCreatedDateTime

      public void setCreatedDateTime(@Nullable OffsetDateTime value)
      Sets the createdDateTime property value. When the entity was created.
      Parameters:
      value - Value to set for the createdDateTime property.
    • setLastModifiedBy

      public void setLastModifiedBy(@Nullable String value)
      Sets the lastModifiedBy property value. The userPrincipalName of the identity that last modified the entity.
      Parameters:
      value - Value to set for the lastModifiedBy property.
    • setLastModifiedDateTime

      public void setLastModifiedDateTime(@Nullable OffsetDateTime value)
      Sets the lastModifiedDateTime property value. When the entity was last modified.
      Parameters:
      value - Value to set for the lastModifiedDateTime property.