public class ConnectedOrganization extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
ConnectedOrganization.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
createdBy |
protected OffsetDateTime |
createdDateTime |
protected String |
description |
protected String |
displayName |
protected List<IdentitySource> |
identitySources |
protected String |
identitySourcesNextLink |
protected String |
modifiedBy |
protected OffsetDateTime |
modifiedDateTime |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
ConnectedOrganization() |
| Modifier and Type | Method and Description |
|---|---|
static ConnectedOrganization.Builder |
builderConnectedOrganization()
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> |
getCreatedBy() |
Optional<OffsetDateTime> |
getCreatedDateTime() |
Optional<String> |
getDescription() |
Optional<String> |
getDisplayName() |
DirectoryObjectCollectionRequest |
getExternalSponsors() |
com.github.davidmoten.odata.client.CollectionPage<IdentitySource> |
getIdentitySources() |
com.github.davidmoten.odata.client.CollectionPage<IdentitySource> |
getIdentitySources(com.github.davidmoten.odata.client.HttpRequestOptions options) |
DirectoryObjectCollectionRequest |
getInternalSponsors() |
Optional<String> |
getModifiedBy() |
Optional<OffsetDateTime> |
getModifiedDateTime() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
ConnectedOrganization |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
ConnectedOrganization |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
ConnectedOrganization |
withCreatedBy(String createdBy) |
ConnectedOrganization |
withCreatedDateTime(OffsetDateTime createdDateTime) |
ConnectedOrganization |
withDescription(String description) |
ConnectedOrganization |
withDisplayName(String displayName) |
ConnectedOrganization |
withModifiedBy(String modifiedBy) |
ConnectedOrganization |
withModifiedDateTime(OffsetDateTime modifiedDateTime) |
protected String displayName
protected String description
protected String createdBy
protected OffsetDateTime createdDateTime
protected String modifiedBy
protected OffsetDateTime modifiedDateTime
protected List<IdentitySource> identitySources
protected String identitySourcesNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static ConnectedOrganization.Builder builderConnectedOrganization()
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 ConnectedOrganization withDisplayName(String displayName)
public ConnectedOrganization withDescription(String description)
public ConnectedOrganization withCreatedBy(String createdBy)
public Optional<OffsetDateTime> getCreatedDateTime()
public ConnectedOrganization withCreatedDateTime(OffsetDateTime createdDateTime)
public ConnectedOrganization withModifiedBy(String modifiedBy)
public Optional<OffsetDateTime> getModifiedDateTime()
public ConnectedOrganization withModifiedDateTime(OffsetDateTime modifiedDateTime)
public com.github.davidmoten.odata.client.CollectionPage<IdentitySource> getIdentitySources()
public com.github.davidmoten.odata.client.CollectionPage<IdentitySource> getIdentitySources(com.github.davidmoten.odata.client.HttpRequestOptions options)
public DirectoryObjectCollectionRequest getInternalSponsors()
public DirectoryObjectCollectionRequest getExternalSponsors()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic ConnectedOrganization patch()
this with changed fields reset.public ConnectedOrganization put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.