Class ControlConfiguration

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.ControlConfiguration
All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel
Direct Known Subclasses:
EndUserSettings

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

    • ControlConfiguration

      public ControlConfiguration()
      Instantiates a new ControlConfiguration and sets the default values.
  • Method Details

    • createFromDiscriminatorValue

      @Nonnull public static ControlConfiguration 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 ControlConfiguration
    • getCreatedBy

      @Nullable public String getCreatedBy()
      Gets the createdBy property value. The userPrincipalName of the user or identity that created the control configuration.
      Returns:
      a String
    • getCreatedDateTime

      @Nullable public OffsetDateTime getCreatedDateTime()
      Gets the createdDateTime property value. The date and time the control configuration 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 Entity
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getIsEnabled

      @Nullable public Boolean getIsEnabled()
      Gets the isEnabled property value. Determines whether or not the control configuration is enabled.
      Returns:
      a Boolean
    • getModifiedBy

      @Nullable public String getModifiedBy()
      Gets the modifiedBy property value. The userPrincipalName of the user or identity that modified the control configuration.
      Returns:
      a String
    • getModifiedDateTime

      @Nullable public OffsetDateTime getModifiedDateTime()
      Gets the modifiedDateTime property value. The date and time the control configuration was 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 Entity
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setCreatedBy

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

      public void setCreatedDateTime(@Nullable OffsetDateTime value)
      Sets the createdDateTime property value. The date and time the control configuration was created.
      Parameters:
      value - Value to set for the createdDateTime property.
    • setIsEnabled

      public void setIsEnabled(@Nullable Boolean value)
      Sets the isEnabled property value. Determines whether or not the control configuration is enabled.
      Parameters:
      value - Value to set for the isEnabled property.
    • setModifiedBy

      public void setModifiedBy(@Nullable String value)
      Sets the modifiedBy property value. The userPrincipalName of the user or identity that modified the control configuration.
      Parameters:
      value - Value to set for the modifiedBy property.
    • setModifiedDateTime

      public void setModifiedDateTime(@Nullable OffsetDateTime value)
      Sets the modifiedDateTime property value. The date and time the control configuration was modified.
      Parameters:
      value - Value to set for the modifiedDateTime property.