public class DirectoryObjectPartnerReference extends DirectoryObject implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
DirectoryObjectPartnerReference.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
displayName |
protected String |
externalPartnerTenantId |
protected String |
objectType |
deletedDateTimechangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
DirectoryObjectPartnerReference() |
| Modifier and Type | Method and Description |
|---|---|
static DirectoryObjectPartnerReference.Builder |
builderDirectoryObjectPartnerReference()
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<String> |
getDescription() |
Optional<String> |
getDisplayName() |
Optional<String> |
getExternalPartnerTenantId() |
Optional<String> |
getObjectType() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
DirectoryObjectPartnerReference |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
DirectoryObjectPartnerReference |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
DirectoryObjectPartnerReference |
withDescription(String description) |
DirectoryObjectPartnerReference |
withDisplayName(String displayName) |
DirectoryObjectPartnerReference |
withExternalPartnerTenantId(String externalPartnerTenantId) |
DirectoryObjectPartnerReference |
withObjectType(String objectType) |
builderDirectoryObject, checkMemberGroups, checkMemberObjects, getDeletedDateTime, getMemberGroups, getMemberObjects, restore, withDeletedDateTimeprotected String description
protected String displayName
protected String externalPartnerTenantId
protected String objectType
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class DirectoryObjectpublic static DirectoryObjectPartnerReference.Builder builderDirectoryObjectPartnerReference()
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 DirectoryObjectPartnerReference withDescription(String description)
public DirectoryObjectPartnerReference withDisplayName(String displayName)
public DirectoryObjectPartnerReference withExternalPartnerTenantId(String externalPartnerTenantId)
public DirectoryObjectPartnerReference withObjectType(String objectType)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class DirectoryObjectpublic DirectoryObjectPartnerReference 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 DirectoryObjectPartnerReference 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.