Uses of Class
odata.msgraph.client.beta.complex.DeviceCompliancePolicySettingState
-
Packages that use DeviceCompliancePolicySettingState Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of DeviceCompliancePolicySettingState in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return DeviceCompliancePolicySettingState Modifier and Type Method Description DeviceCompliancePolicySettingStateDeviceCompliancePolicySettingState.Builder. build()DeviceCompliancePolicySettingStateDeviceCompliancePolicySettingState. withCurrentValue(String currentValue)Returns an immutable copy ofthiswith just thecurrentValuefield changed.DeviceCompliancePolicySettingStateDeviceCompliancePolicySettingState. withErrorCode(Long errorCode)Returns an immutable copy ofthiswith just theerrorCodefield changed.DeviceCompliancePolicySettingStateDeviceCompliancePolicySettingState. withErrorDescription(String errorDescription)Returns an immutable copy ofthiswith just theerrorDescriptionfield changed.DeviceCompliancePolicySettingStateDeviceCompliancePolicySettingState. withInstanceDisplayName(String instanceDisplayName)Returns an immutable copy ofthiswith just theinstanceDisplayNamefield changed.DeviceCompliancePolicySettingStateDeviceCompliancePolicySettingState. withSetting(String setting)Returns an immutable copy ofthiswith just thesettingfield changed.DeviceCompliancePolicySettingStateDeviceCompliancePolicySettingState. withSettingInstanceId(String settingInstanceId)Returns an immutable copy ofthiswith just thesettingInstanceIdfield changed.DeviceCompliancePolicySettingStateDeviceCompliancePolicySettingState. withSettingName(String settingName)Returns an immutable copy ofthiswith just thesettingNamefield changed.DeviceCompliancePolicySettingStateDeviceCompliancePolicySettingState. withState(ComplianceStatus state)Returns an immutable copy ofthiswith just thestatefield changed.DeviceCompliancePolicySettingStateDeviceCompliancePolicySettingState. withUnmappedField(String name, String value)DeviceCompliancePolicySettingStateDeviceCompliancePolicySettingState. withUserEmail(String userEmail)Returns an immutable copy ofthiswith just theuserEmailfield changed.DeviceCompliancePolicySettingStateDeviceCompliancePolicySettingState. withUserId(String userId)Returns an immutable copy ofthiswith just theuserIdfield changed.DeviceCompliancePolicySettingStateDeviceCompliancePolicySettingState. withUserName(String userName)Returns an immutable copy ofthiswith just theuserNamefield changed.DeviceCompliancePolicySettingStateDeviceCompliancePolicySettingState. withUserPrincipalName(String userPrincipalName)Returns an immutable copy ofthiswith just theuserPrincipalNamefield changed. -
Uses of DeviceCompliancePolicySettingState in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type DeviceCompliancePolicySettingState Modifier and Type Field Description protected List<DeviceCompliancePolicySettingState>DeviceCompliancePolicyState. settingStatesMethods in odata.msgraph.client.beta.entity that return types with arguments of type DeviceCompliancePolicySettingState Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<DeviceCompliancePolicySettingState>ManagedDevice. getNonCompliantSettings()com.github.davidmoten.odata.client.CollectionPage<DeviceCompliancePolicySettingState>DeviceCompliancePolicyState. getSettingStates()com.github.davidmoten.odata.client.CollectionPage<DeviceCompliancePolicySettingState>DeviceCompliancePolicyState. getSettingStates(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.entity with parameters of type DeviceCompliancePolicySettingState Modifier and Type Method Description DeviceCompliancePolicyState.BuilderDeviceCompliancePolicyState.Builder. settingStates(DeviceCompliancePolicySettingState... settingStates)Method parameters in odata.msgraph.client.beta.entity with type arguments of type DeviceCompliancePolicySettingState Modifier and Type Method Description DeviceCompliancePolicyState.BuilderDeviceCompliancePolicyState.Builder. settingStates(List<DeviceCompliancePolicySettingState> settingStates)DeviceCompliancePolicyStateDeviceCompliancePolicyState. withSettingStates(List<DeviceCompliancePolicySettingState> settingStates) -
Uses of DeviceCompliancePolicySettingState in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type DeviceCompliancePolicySettingState Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<DeviceCompliancePolicySettingState>ManagedDeviceRequest. getNonCompliantSettings()
-