Package odata.msgraph.client.beta.entity
Class RestrictedAppsViolation.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.RestrictedAppsViolation.Builder
-
- Enclosing class:
- RestrictedAppsViolation
public static final class RestrictedAppsViolation.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
id
public RestrictedAppsViolation.Builder id(String id)
-
deviceConfigurationId
public RestrictedAppsViolation.Builder deviceConfigurationId(String deviceConfigurationId)
“Device configuration profile unique identifier, must be Guid”- Parameters:
deviceConfigurationId- value ofdeviceConfigurationIdproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
deviceConfigurationName
public RestrictedAppsViolation.Builder deviceConfigurationName(String deviceConfigurationName)
“Device configuration profile name”- Parameters:
deviceConfigurationName- value ofdeviceConfigurationNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
deviceName
public RestrictedAppsViolation.Builder deviceName(String deviceName)
“Device name”- Parameters:
deviceName- value ofdeviceNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
managedDeviceId
public RestrictedAppsViolation.Builder managedDeviceId(String managedDeviceId)
“Managed device unique identifier, must be Guid”- Parameters:
managedDeviceId- value ofmanagedDeviceIdproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
platformType
public RestrictedAppsViolation.Builder platformType(PolicyPlatformType platformType)
“Platform type”- Parameters:
platformType- value ofplatformTypeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
restrictedApps
public RestrictedAppsViolation.Builder restrictedApps(List<ManagedDeviceReportedApp> restrictedApps)
“List of violated restricted apps”- Parameters:
restrictedApps- value ofrestrictedAppsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
restrictedApps
public RestrictedAppsViolation.Builder restrictedApps(ManagedDeviceReportedApp... restrictedApps)
“List of violated restricted apps”- Parameters:
restrictedApps- value ofrestrictedAppsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
restrictedAppsNextLink
public RestrictedAppsViolation.Builder restrictedAppsNextLink(String restrictedAppsNextLink)
“List of violated restricted apps”- Parameters:
restrictedAppsNextLink- value ofrestrictedApps@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
restrictedAppsState
public RestrictedAppsViolation.Builder restrictedAppsState(RestrictedAppsState restrictedAppsState)
“Restricted apps state”- Parameters:
restrictedAppsState- value ofrestrictedAppsStateproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
userId
public RestrictedAppsViolation.Builder userId(String userId)
“User unique identifier, must be Guid”- Parameters:
userId- value ofuserIdproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
userName
public RestrictedAppsViolation.Builder userName(String userName)
“User name”- Parameters:
userName- value ofuserNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public RestrictedAppsViolation build()
-
-