Package com.microsoft.graph.models
Class DeviceConfigurationGetOmaSettingPlainTextValueParameterSet.DeviceConfigurationGetOmaSettingPlainTextValueParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.DeviceConfigurationGetOmaSettingPlainTextValueParameterSet.DeviceConfigurationGetOmaSettingPlainTextValueParameterSetBuilder
- Enclosing class:
DeviceConfigurationGetOmaSettingPlainTextValueParameterSet
public static final class DeviceConfigurationGetOmaSettingPlainTextValueParameterSet.DeviceConfigurationGetOmaSettingPlainTextValueParameterSetBuilder
extends Object
Fluent builder for the DeviceConfigurationGetOmaSettingPlainTextValueParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new DeviceConfigurationGetOmaSettingPlainTextValueParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestSets the SecretReferenceValueId
-
Field Details
-
secretReferenceValueId
The secretReferenceValueId parameter value
-
-
Constructor Details
-
DeviceConfigurationGetOmaSettingPlainTextValueParameterSetBuilder
@Nullable protected DeviceConfigurationGetOmaSettingPlainTextValueParameterSetBuilder()Instanciates a new DeviceConfigurationGetOmaSettingPlainTextValueParameterSetBuilder
-
-
Method Details
-
withSecretReferenceValueId
@Nonnull public DeviceConfigurationGetOmaSettingPlainTextValueParameterSet.DeviceConfigurationGetOmaSettingPlainTextValueParameterSetBuilder withSecretReferenceValueId(@Nullable String val) Sets the SecretReferenceValueId- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-