public class ExtensionProperty extends DirectoryObject implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
ExtensionProperty.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
appDisplayName |
protected String |
dataType |
protected Boolean |
isSyncedFromOnPremises |
protected String |
name |
protected List<String> |
targetObjects |
protected String |
targetObjectsNextLink |
deletedDateTimechangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
ExtensionProperty() |
| Modifier and Type | Method and Description |
|---|---|
static ExtensionProperty.Builder |
builderExtensionProperty()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getAppDisplayName() |
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<String> |
getDataType() |
Optional<Boolean> |
getIsSyncedFromOnPremises() |
Optional<String> |
getName() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getTargetObjects() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
ExtensionProperty |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
ExtensionProperty |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
ExtensionProperty |
withAppDisplayName(String appDisplayName) |
ExtensionProperty |
withDataType(String dataType) |
ExtensionProperty |
withIsSyncedFromOnPremises(Boolean isSyncedFromOnPremises) |
ExtensionProperty |
withName(String name) |
builderDirectoryObject, checkMemberGroups, checkMemberObjects, getDeletedDateTime, getMemberGroups, getMemberObjects, restore, withDeletedDateTimeprotected String appDisplayName
protected String name
protected String dataType
protected Boolean isSyncedFromOnPremises
protected String targetObjectsNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class DirectoryObjectpublic static ExtensionProperty.Builder builderExtensionProperty()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class DirectoryObjectpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class DirectoryObjectpublic ExtensionProperty withAppDisplayName(String appDisplayName)
public ExtensionProperty withName(String name)
public ExtensionProperty withDataType(String dataType)
public ExtensionProperty withIsSyncedFromOnPremises(Boolean isSyncedFromOnPremises)
public com.github.davidmoten.odata.client.CollectionPage<String> getTargetObjects()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class DirectoryObjectpublic ExtensionProperty patch()
this with changed fields reset.patch in class DirectoryObjectthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic ExtensionProperty put()
this
with changed fields reset (they were ignored anyway).put in class DirectoryObjectthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class DirectoryObjectCopyright © 2018–2020. All rights reserved.