Package odata.msgraph.client.beta.entity
Class DeviceAndAppManagementAssignmentFilter.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.DeviceAndAppManagementAssignmentFilter.Builder
-
- Enclosing class:
- DeviceAndAppManagementAssignmentFilter
public static final class DeviceAndAppManagementAssignmentFilter.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
id
public DeviceAndAppManagementAssignmentFilter.Builder id(String id)
-
createdDateTime
public DeviceAndAppManagementAssignmentFilter.Builder createdDateTime(OffsetDateTime createdDateTime)
“Creation time of the Assignment Filter.”- Parameters:
createdDateTime- value ofcreatedDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
description
public DeviceAndAppManagementAssignmentFilter.Builder description(String description)
“Description of the Assignment Filter.”- Parameters:
description- value ofdescriptionproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
displayName
public DeviceAndAppManagementAssignmentFilter.Builder displayName(String displayName)
“DisplayName of the Assignment Filter.”- Parameters:
displayName- value ofdisplayNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
lastModifiedDateTime
public DeviceAndAppManagementAssignmentFilter.Builder lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
“Last modified time of the Assignment Filter.”- Parameters:
lastModifiedDateTime- value oflastModifiedDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
platform
public DeviceAndAppManagementAssignmentFilter.Builder platform(DevicePlatformType platform)
“Platform type of the devices on which the Assignment Filter will be applicable.”- Parameters:
platform- value ofplatformproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
roleScopeTags
public DeviceAndAppManagementAssignmentFilter.Builder roleScopeTags(List<String> roleScopeTags)
“RoleScopeTags of the Assignment Filter.”- Parameters:
roleScopeTags- value ofroleScopeTagsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
roleScopeTags
public DeviceAndAppManagementAssignmentFilter.Builder roleScopeTags(String... roleScopeTags)
“RoleScopeTags of the Assignment Filter.”- Parameters:
roleScopeTags- value ofroleScopeTagsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
roleScopeTagsNextLink
public DeviceAndAppManagementAssignmentFilter.Builder roleScopeTagsNextLink(String roleScopeTagsNextLink)
“RoleScopeTags of the Assignment Filter.”- Parameters:
roleScopeTagsNextLink- value ofroleScopeTags@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
rule
public DeviceAndAppManagementAssignmentFilter.Builder rule(String rule)
“Rule definition of the Assignment Filter.”- Parameters:
rule- value ofruleproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public DeviceAndAppManagementAssignmentFilter build()
-
-