Uses of Class
odata.msgraph.client.beta.complex.DeviceHealthScriptParameter
-
Packages that use DeviceHealthScriptParameter Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of DeviceHealthScriptParameter in odata.msgraph.client.beta.complex
Subclasses of DeviceHealthScriptParameter in odata.msgraph.client.beta.complex Modifier and Type Class Description classDeviceHealthScriptBooleanParameter“Properties of the Booolean script parameter.”classDeviceHealthScriptIntegerParameter“Properties of the Integer script parameter.”classDeviceHealthScriptStringParameter“Properties of the String script parameter.”Methods in odata.msgraph.client.beta.complex that return DeviceHealthScriptParameter Modifier and Type Method Description DeviceHealthScriptParameterDeviceHealthScriptParameter. withApplyDefaultValueWhenNotAssigned(Boolean applyDefaultValueWhenNotAssigned)Returns an immutable copy ofthiswith just theapplyDefaultValueWhenNotAssignedfield changed.DeviceHealthScriptParameterDeviceHealthScriptParameter. withDescription(String description)Returns an immutable copy ofthiswith just thedescriptionfield changed.DeviceHealthScriptParameterDeviceHealthScriptParameter. withIsRequired(Boolean isRequired)Returns an immutable copy ofthiswith just theisRequiredfield changed.DeviceHealthScriptParameterDeviceHealthScriptParameter. withName(String name)Returns an immutable copy ofthiswith just thenamefield changed.DeviceHealthScriptParameterDeviceHealthScriptParameter. withUnmappedField(String name, String value) -
Uses of DeviceHealthScriptParameter in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type DeviceHealthScriptParameter Modifier and Type Field Description protected List<DeviceHealthScriptParameter>DeviceHealthScript. detectionScriptParametersprotected List<DeviceHealthScriptParameter>DeviceHealthScript. remediationScriptParametersMethods in odata.msgraph.client.beta.entity that return types with arguments of type DeviceHealthScriptParameter Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<DeviceHealthScriptParameter>DeviceHealthScript. getDetectionScriptParameters()“List of ComplexType DetectionScriptParameters objects.”com.github.davidmoten.odata.client.CollectionPage<DeviceHealthScriptParameter>DeviceHealthScript. getDetectionScriptParameters(com.github.davidmoten.odata.client.HttpRequestOptions options)“List of ComplexType DetectionScriptParameters objects.”com.github.davidmoten.odata.client.CollectionPage<DeviceHealthScriptParameter>DeviceHealthScript. getRemediationScriptParameters()“List of ComplexType RemediationScriptParameters objects.”com.github.davidmoten.odata.client.CollectionPage<DeviceHealthScriptParameter>DeviceHealthScript. getRemediationScriptParameters(com.github.davidmoten.odata.client.HttpRequestOptions options)“List of ComplexType RemediationScriptParameters objects.”Methods in odata.msgraph.client.beta.entity with parameters of type DeviceHealthScriptParameter Modifier and Type Method Description DeviceHealthScript.BuilderDeviceHealthScript.Builder. detectionScriptParameters(DeviceHealthScriptParameter... detectionScriptParameters)“List of ComplexType DetectionScriptParameters objects.”DeviceHealthScript.BuilderDeviceHealthScript.Builder. remediationScriptParameters(DeviceHealthScriptParameter... remediationScriptParameters)“List of ComplexType RemediationScriptParameters objects.”Method parameters in odata.msgraph.client.beta.entity with type arguments of type DeviceHealthScriptParameter Modifier and Type Method Description DeviceHealthScript.BuilderDeviceHealthScript.Builder. detectionScriptParameters(List<DeviceHealthScriptParameter> detectionScriptParameters)“List of ComplexType DetectionScriptParameters objects.”DeviceHealthScript.BuilderDeviceHealthScript.Builder. remediationScriptParameters(List<DeviceHealthScriptParameter> remediationScriptParameters)“List of ComplexType RemediationScriptParameters objects.”DeviceHealthScriptDeviceHealthScript. withDetectionScriptParameters(List<DeviceHealthScriptParameter> detectionScriptParameters)Returns an immutable copy ofthiswith just thedetectionScriptParametersfield changed.DeviceHealthScriptDeviceHealthScript. withRemediationScriptParameters(List<DeviceHealthScriptParameter> remediationScriptParameters)Returns an immutable copy ofthiswith just theremediationScriptParametersfield changed.
-