| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
ConnectedOrganization |
ConnectedOrganization.Builder.build() |
ConnectedOrganization |
ConnectedOrganization.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
ConnectedOrganization |
ConnectedOrganization.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
ConnectedOrganization |
ConnectedOrganization.withCreatedBy(String createdBy) |
ConnectedOrganization |
ConnectedOrganization.withCreatedDateTime(OffsetDateTime createdDateTime) |
ConnectedOrganization |
ConnectedOrganization.withDescription(String description) |
ConnectedOrganization |
ConnectedOrganization.withDisplayName(String displayName) |
ConnectedOrganization |
ConnectedOrganization.withModifiedBy(String modifiedBy) |
ConnectedOrganization |
ConnectedOrganization.withModifiedDateTime(OffsetDateTime modifiedDateTime) |
Copyright © 2018–2020. All rights reserved.