public class DeviceAndAppManagementAssignmentFilter extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
DeviceAndAppManagementAssignmentFilter.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected OffsetDateTime |
createdDateTime |
protected String |
description |
protected String |
displayName |
protected OffsetDateTime |
lastModifiedDateTime |
protected DevicePlatformType |
platform |
protected List<String> |
roleScopeTags |
protected String |
roleScopeTagsNextLink |
protected String |
rule |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
DeviceAndAppManagementAssignmentFilter() |
| Modifier and Type | Method and Description |
|---|---|
static DeviceAndAppManagementAssignmentFilter.Builder |
builderDeviceAndAppManagementAssignmentFilter()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<OffsetDateTime> |
getCreatedDateTime()
“Creation time of the Assignment Filter.”
|
Optional<String> |
getDescription()
“Description of the Assignment Filter.”
|
Optional<String> |
getDisplayName()
“DisplayName of the Assignment Filter.”
|
Optional<OffsetDateTime> |
getLastModifiedDateTime()
“Last modified time of the Assignment Filter.”
|
Optional<DevicePlatformType> |
getPlatform()
“Platform type of the devices on which the Assignment Filter will be applicable.”
|
com.github.davidmoten.odata.client.CollectionPage<String> |
getRoleScopeTags()
“RoleScopeTags of the Assignment Filter.”
|
com.github.davidmoten.odata.client.CollectionPage<String> |
getRoleScopeTags(com.github.davidmoten.odata.client.HttpRequestOptions options)
“RoleScopeTags of the Assignment Filter.”
|
Optional<String> |
getRule()
“Rule definition of the Assignment Filter.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
DeviceAndAppManagementAssignmentFilter |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
DeviceAndAppManagementAssignmentFilter |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
DeviceAndAppManagementAssignmentFilter |
withCreatedDateTime(OffsetDateTime createdDateTime)
Returns an immutable copy of
this with just the createdDateTime
field changed. |
DeviceAndAppManagementAssignmentFilter |
withDescription(String description)
Returns an immutable copy of
this with just the description
field changed. |
DeviceAndAppManagementAssignmentFilter |
withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
DeviceAndAppManagementAssignmentFilter |
withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Returns an immutable copy of
this with just the lastModifiedDateTime field changed. |
DeviceAndAppManagementAssignmentFilter |
withPlatform(DevicePlatformType platform)
Returns an immutable copy of
this with just the platform field
changed. |
DeviceAndAppManagementAssignmentFilter |
withRule(String rule)
Returns an immutable copy of
this with just the rule field
changed. |
protected OffsetDateTime createdDateTime
protected OffsetDateTime lastModifiedDateTime
protected String displayName
protected String description
protected DevicePlatformType platform
protected String rule
protected String roleScopeTagsNextLink
protected DeviceAndAppManagementAssignmentFilter()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static DeviceAndAppManagementAssignmentFilter.Builder builderDeviceAndAppManagementAssignmentFilter()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic Optional<OffsetDateTime> getCreatedDateTime()
public DeviceAndAppManagementAssignmentFilter withCreatedDateTime(OffsetDateTime createdDateTime)
this with just the createdDateTime
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“Creation time of the Assignment Filter.”
createdDateTime - new value of createdDateTime field (as defined in service metadata)this with just the createdDateTime field changedpublic Optional<OffsetDateTime> getLastModifiedDateTime()
public DeviceAndAppManagementAssignmentFilter withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
this with just the lastModifiedDateTime field changed. Field description below. The field name is
also added to an internal map of changed fields in the returned object so that
when this.patch() is called (if available)on the returned object only
the changed fields are submitted.
“Last modified time of the Assignment Filter.”
lastModifiedDateTime - new value of lastModifiedDateTime field (as defined in service metadata)this with just the lastModifiedDateTime field changedpublic Optional<String> getDisplayName()
public DeviceAndAppManagementAssignmentFilter withDisplayName(String displayName)
this with just the displayName
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“DisplayName of the Assignment Filter.”
displayName - new value of displayName field (as defined in service metadata)this with just the displayName field changedpublic Optional<String> getDescription()
public DeviceAndAppManagementAssignmentFilter withDescription(String description)
this with just the description
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“Description of the Assignment Filter.”
description - new value of description field (as defined in service metadata)this with just the description field changedpublic Optional<DevicePlatformType> getPlatform()
public DeviceAndAppManagementAssignmentFilter withPlatform(DevicePlatformType platform)
this with just the platform field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“Platform type of the devices on which the Assignment Filter will be applicable.”
platform - new value of platform field (as defined in service metadata)this with just the platform field changedpublic Optional<String> getRule()
public DeviceAndAppManagementAssignmentFilter withRule(String rule)
this with just the rule field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“Rule definition of the Assignment Filter.”
rule - new value of rule field (as defined in service metadata)this with just the rule field changedpublic com.github.davidmoten.odata.client.CollectionPage<String> getRoleScopeTags()
public com.github.davidmoten.odata.client.CollectionPage<String> getRoleScopeTags(com.github.davidmoten.odata.client.HttpRequestOptions options)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic DeviceAndAppManagementAssignmentFilter patch()
this with changed fields reset.public DeviceAndAppManagementAssignmentFilter put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.