Package com.microsoft.graph.models
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
-
Field Summary
Fields inherited from class com.microsoft.graph.models.Entity
backingStore
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a newAccessPackageAssignmentWorkflowExtension
and sets the default values. -
Method Summary
Modifier and TypeMethodDescriptioncreateFromDiscriminatorValue
(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.void
serialize
(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoid
Sets the callbackConfiguration property value.void
setCreatedBy
(String value) Sets the createdBy property value.void
setCreatedDateTime
(OffsetDateTime value) Sets the createdDateTime property value.void
setLastModifiedBy
(String value) Sets the lastModifiedBy property value.void
Sets the lastModifiedDateTime property value.Methods inherited from class com.microsoft.graph.models.CustomCalloutExtension
getAuthenticationConfiguration, getClientConfiguration, getDescription, getDisplayName, getEndpointConfiguration, setAuthenticationConfiguration, setClientConfiguration, setDescription, setDisplayName, setEndpointConfiguration
Methods inherited from class com.microsoft.graph.models.Entity
getAdditionalData, getBackingStore, getId, getOdataType, setAdditionalData, setBackingStore, setId, setOdataType
-
Constructor Details
-
AccessPackageAssignmentWorkflowExtension
public AccessPackageAssignmentWorkflowExtension()Instantiates a newAccessPackageAssignmentWorkflowExtension
and sets the default values.
-
-
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
Gets the callbackConfiguration property value. The callback configuration for a custom extension.- Returns:
- a
CustomExtensionCallbackConfiguration
-
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
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 interfacecom.microsoft.kiota.serialization.Parsable
- Overrides:
getFieldDeserializers
in classCustomCalloutExtension
- Returns:
- a
Map<String,
Consumer<com.microsoft.kiota.serialization.ParseNode>>
-
getLastModifiedBy
Gets the lastModifiedBy property value. The userPrincipalName of the identity that last modified the entity.- Returns:
- a
String
-
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 interfacecom.microsoft.kiota.serialization.Parsable
- Overrides:
serialize
in classCustomCalloutExtension
- Parameters:
writer
- Serialization writer to use to serialize this model
-
setCallbackConfiguration
Sets the callbackConfiguration property value. The callback configuration for a custom extension.- Parameters:
value
- Value to set for the callbackConfiguration property.
-
setCreatedBy
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
Sets the createdDateTime property value. When the entity was created.- Parameters:
value
- Value to set for the createdDateTime property.
-
setLastModifiedBy
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
Sets the lastModifiedDateTime property value. When the entity was last modified.- Parameters:
value
- Value to set for the lastModifiedDateTime property.
-