Package odata.msgraph.client.beta.entity
Class RemoteAssistanceSettings.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.RemoteAssistanceSettings.Builder
-
- Enclosing class:
- RemoteAssistanceSettings
public static final class RemoteAssistanceSettings.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RemoteAssistanceSettings.BuilderallowSessionsToUnenrolledDevices(Boolean allowSessionsToUnenrolledDevices)“Indicates if sessions to unenrolled devices are allowed for the account.RemoteAssistanceSettingsbuild()RemoteAssistanceSettings.Builderid(String id)RemoteAssistanceSettings.BuilderremoteAssistanceState(RemoteAssistanceState remoteAssistanceState)“The current state of remote assistance for the account.
-
-
-
Method Detail
-
id
public RemoteAssistanceSettings.Builder id(String id)
-
allowSessionsToUnenrolledDevices
public RemoteAssistanceSettings.Builder allowSessionsToUnenrolledDevices(Boolean allowSessionsToUnenrolledDevices)
“Indicates if sessions to unenrolled devices are allowed for the account. This setting is configurable by the admin. Default value is false.”- Parameters:
allowSessionsToUnenrolledDevices- value ofallowSessionsToUnenrolledDevicesproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
remoteAssistanceState
public RemoteAssistanceSettings.Builder remoteAssistanceState(RemoteAssistanceState remoteAssistanceState)
“The current state of remote assistance for the account. Possible values are: disabled, enabled. This setting is configurable by the admin. Remote assistance settings that have not yet been configured by the admin have a disabled state. Returned by default.”- Parameters:
remoteAssistanceState- value ofremoteAssistanceStateproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public RemoteAssistanceSettings build()
-
-