Package com.microsoft.graph.models
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.
-
Field Summary
Fields inherited from class com.microsoft.graph.models.Entity
backingStore -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a newWindows10SecureAssessmentConfigurationand 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 allowPrinting property value.Gets the allowScreenCapture property value.Gets the allowTextSuggestion property value.Gets the configurationAccount property value.The deserialization information for the current modelGets the launchUri property value.voidserialize(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoidsetAllowPrinting(Boolean value) Sets the allowPrinting property value.voidsetAllowScreenCapture(Boolean value) Sets the allowScreenCapture property value.voidsetAllowTextSuggestion(Boolean value) Sets the allowTextSuggestion property value.voidsetConfigurationAccount(String value) Sets the configurationAccount property value.voidsetLaunchUri(String value) Sets the launchUri property value.Methods inherited from class com.microsoft.graph.models.DeviceConfiguration
getAssignments, getCreatedDateTime, getDescription, getDeviceSettingStateSummaries, getDeviceStatuses, getDeviceStatusOverview, getDisplayName, getLastModifiedDateTime, getUserStatuses, getUserStatusOverview, getVersion, setAssignments, setCreatedDateTime, setDescription, setDeviceSettingStateSummaries, setDeviceStatuses, setDeviceStatusOverview, setDisplayName, setLastModifiedDateTime, setUserStatuses, setUserStatusOverview, setVersionMethods inherited from class com.microsoft.graph.models.Entity
getAdditionalData, getBackingStore, getId, getOdataType, setAdditionalData, setBackingStore, setId, setOdataType
-
Constructor Details
-
Windows10SecureAssessmentConfiguration
public Windows10SecureAssessmentConfiguration()Instantiates a newWindows10SecureAssessmentConfigurationand sets the default values.
-
-
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
Gets the allowPrinting property value. Indicates whether or not to allow the app from printing during the test.- Returns:
- a
Boolean
-
getAllowScreenCapture
Gets the allowScreenCapture property value. Indicates whether or not to allow screen capture capability during a test.- Returns:
- a
Boolean
-
getAllowTextSuggestion
Gets the allowTextSuggestion property value. Indicates whether or not to allow text suggestions during the test.- Returns:
- a
Boolean
-
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:
getFieldDeserializersin interfacecom.microsoft.kiota.serialization.Parsable- Overrides:
getFieldDeserializersin classDeviceConfiguration- Returns:
- a
Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
-
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:
serializein interfacecom.microsoft.kiota.serialization.Parsable- Overrides:
serializein classDeviceConfiguration- Parameters:
writer- Serialization writer to use to serialize this model
-
setAllowPrinting
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
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
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
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
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.
-