Class Windows10SecureAssessmentConfiguration

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

@Generated("com.microsoft.kiota") public class Windows10SecureAssessmentConfiguration extends DeviceConfiguration implements com.microsoft.kiota.serialization.Parsable
This topic provides descriptions of the declared methods, properties and relationships exposed by the secureAssessment resource.
  • Constructor Details

  • Method Details

    • createFromDiscriminatorValue

      @Nonnull public static Windows10SecureAssessmentConfiguration 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 Windows10SecureAssessmentConfiguration
    • getAllowPrinting

      @Nullable public Boolean getAllowPrinting()
      Gets the allowPrinting property value. Indicates whether or not to allow the app from printing during the test.
      Returns:
      a Boolean
    • getAllowScreenCapture

      @Nullable public Boolean getAllowScreenCapture()
      Gets the allowScreenCapture property value. Indicates whether or not to allow screen capture capability during a test.
      Returns:
      a Boolean
    • getAllowTextSuggestion

      @Nullable public Boolean getAllowTextSuggestion()
      Gets the allowTextSuggestion property value. Indicates whether or not to allow text suggestions during the test.
      Returns:
      a Boolean
    • getConfigurationAccount

      @Nullable public String getConfigurationAccount()
      Gets the configurationAccount property value. The account used to configure the Windows device for taking the test. The user can be a domain account (domain/user), an AAD account (username@tenant.com) or a local account (username).
      Returns:
      a String
    • 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 DeviceConfiguration
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getLaunchUri

      @Nullable public String getLaunchUri()
      Gets the launchUri property value. Url link to an assessment that's automatically loaded when the secure assessment browser is launched. It has to be a valid Url (http[s]://msdn.microsoft.com/).
      Returns:
      a String
    • 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 DeviceConfiguration
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setAllowPrinting

      public void setAllowPrinting(@Nullable Boolean value)
      Sets the allowPrinting property value. Indicates whether or not to allow the app from printing during the test.
      Parameters:
      value - Value to set for the allowPrinting property.
    • setAllowScreenCapture

      public void setAllowScreenCapture(@Nullable Boolean value)
      Sets the allowScreenCapture property value. Indicates whether or not to allow screen capture capability during a test.
      Parameters:
      value - Value to set for the allowScreenCapture property.
    • setAllowTextSuggestion

      public void setAllowTextSuggestion(@Nullable Boolean value)
      Sets the allowTextSuggestion property value. Indicates whether or not to allow text suggestions during the test.
      Parameters:
      value - Value to set for the allowTextSuggestion property.
    • setConfigurationAccount

      public void setConfigurationAccount(@Nullable String value)
      Sets the configurationAccount property value. The account used to configure the Windows device for taking the test. The user can be a domain account (domain/user), an AAD account (username@tenant.com) or a local account (username).
      Parameters:
      value - Value to set for the configurationAccount property.
    • setLaunchUri

      public void setLaunchUri(@Nullable String value)
      Sets the launchUri property value. Url link to an assessment that's automatically loaded when the secure assessment browser is launched. It has to be a valid Url (http[s]://msdn.microsoft.com/).
      Parameters:
      value - Value to set for the launchUri property.