Package com.microsoft.graph.models
Class DeviceConfigurationGetOmaSettingPlainTextValueParameterSet
java.lang.Object
com.microsoft.graph.models.DeviceConfigurationGetOmaSettingPlainTextValueParameterSet
The class for the Device Configuration Get Oma Setting Plain Text Value Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the DeviceConfigurationGetOmaSettingPlainTextValueParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new DeviceConfigurationGetOmaSettingPlainTextValueParameterSetprotectedDeviceConfigurationGetOmaSettingPlainTextValueParameterSet(DeviceConfigurationGetOmaSettingPlainTextValueParameterSet.DeviceConfigurationGetOmaSettingPlainTextValueParameterSetBuilder builder) Instiaciates a new DeviceConfigurationGetOmaSettingPlainTextValueParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
secretReferenceValueId
@SerializedName(value="secretReferenceValueId", alternate="SecretReferenceValueId") @Expose @Nullable public String secretReferenceValueIdThe secret Reference Value Id.
-
-
Constructor Details
-
DeviceConfigurationGetOmaSettingPlainTextValueParameterSet
public DeviceConfigurationGetOmaSettingPlainTextValueParameterSet()Instiaciates a new DeviceConfigurationGetOmaSettingPlainTextValueParameterSet -
DeviceConfigurationGetOmaSettingPlainTextValueParameterSet
protected DeviceConfigurationGetOmaSettingPlainTextValueParameterSet(@Nonnull DeviceConfigurationGetOmaSettingPlainTextValueParameterSet.DeviceConfigurationGetOmaSettingPlainTextValueParameterSetBuilder builder) Instiaciates a new DeviceConfigurationGetOmaSettingPlainTextValueParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static DeviceConfigurationGetOmaSettingPlainTextValueParameterSet.DeviceConfigurationGetOmaSettingPlainTextValueParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-