public class Endpoint extends DirectoryObject implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Endpoint.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
capability |
protected String |
providerId |
protected String |
providerName |
protected String |
providerResourceId |
protected String |
uri |
deletedDateTimechangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Endpoint() |
| Modifier and Type | Method and Description |
|---|---|
static Endpoint.Builder |
builderEndpoint()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getCapability() |
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<String> |
getProviderId() |
Optional<String> |
getProviderName() |
Optional<String> |
getProviderResourceId() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getUri() |
String |
odataTypeName() |
Endpoint |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
Endpoint |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
Endpoint |
withCapability(String capability) |
Endpoint |
withProviderId(String providerId) |
Endpoint |
withProviderName(String providerName) |
Endpoint |
withProviderResourceId(String providerResourceId) |
Endpoint |
withUri(String uri) |
builderDirectoryObject, checkMemberGroups, checkMemberObjects, getDeletedDateTime, getMemberGroups, getMemberObjects, restore, withDeletedDateTimeprotected String capability
protected String providerId
protected String providerName
protected String uri
protected String providerResourceId
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class DirectoryObjectpublic static Endpoint.Builder builderEndpoint()
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 com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class DirectoryObjectpublic Endpoint 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 Endpoint 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.