public class DeviceManagementSettingProfileConstraint extends DeviceManagementConstraint implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
DeviceManagementSettingProfileConstraint.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
source |
protected List<String> |
types |
protected String |
typesNextLink |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
contextPath, odataType| Modifier | Constructor and Description |
|---|---|
protected |
DeviceManagementSettingProfileConstraint() |
| Modifier and Type | Method and Description |
|---|---|
static DeviceManagementSettingProfileConstraint.Builder |
builderDeviceManagementSettingProfileConstraint()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getSource()
“The source of the entity”
|
com.github.davidmoten.odata.client.CollectionPage<String> |
getTypes()
“A collection of types this entity carries”
|
com.github.davidmoten.odata.client.CollectionPage<String> |
getTypes(com.github.davidmoten.odata.client.HttpRequestOptions options)
“A collection of types this entity carries”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
DeviceManagementSettingProfileConstraint |
withSource(String source)
Returns an immutable copy of
this with just the source field
changed. |
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String source
protected String typesNextLink
protected DeviceManagementSettingProfileConstraint()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class DeviceManagementConstraintpublic DeviceManagementSettingProfileConstraint withSource(String source)
this with just the source 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.
“The source of the entity”
source - new value of source field (as defined in service metadata)this with just the source field changedpublic com.github.davidmoten.odata.client.CollectionPage<String> getTypes()
public com.github.davidmoten.odata.client.CollectionPage<String> getTypes(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 DeviceManagementConstraintpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class DeviceManagementConstraintpublic static DeviceManagementSettingProfileConstraint.Builder builderDeviceManagementSettingProfileConstraint()
public String toString()
toString in class DeviceManagementConstraintCopyright © 2018–2020. All rights reserved.