| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
ContentType |
ContentType.Builder.build() |
ContentType |
ContentType.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
ContentType |
ContentType.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
ContentType |
ContentType.withDescription(String description) |
ContentType |
ContentType.withGroup(String group) |
ContentType |
ContentType.withHidden(Boolean hidden) |
ContentType |
ContentType.withInheritedFrom(ItemReference inheritedFrom) |
ContentType |
ContentType.withName(String name) |
ContentType |
ContentType.withOrder(ContentTypeOrder order) |
ContentType |
ContentType.withParentId(String parentId) |
ContentType |
ContentType.withReadOnly(Boolean readOnly) |
ContentType |
ContentType.withSealed(Boolean sealed) |
Copyright © 2018–2020. All rights reserved.