Uses of Class
odata.msgraph.client.beta.entity.ContentType
-
Packages that use ContentType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.collection.request odata.msgraph.client.beta.entity.request -
-
Uses of ContentType in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return ContentType Modifier and Type Method Description ContentTypeContentType.Builder. build()ContentTypeContentType. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ContentTypeContentType. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ContentTypeContentType. withAssociatedHubsUrls(List<String> associatedHubsUrls)ContentTypeContentType. withDescription(String description)ContentTypeContentType. withDocumentSet(DocumentSet documentSet)ContentTypeContentType. withDocumentTemplate(DocumentSetContent documentTemplate)ContentTypeContentType. withGroup(String group)ContentTypeContentType. withHidden(Boolean hidden)ContentTypeContentType. withInheritedFrom(ItemReference inheritedFrom)ContentTypeContentType. withIsBuiltIn(Boolean isBuiltIn)ContentTypeContentType. withName(String name)ContentTypeContentType. withOrder(ContentTypeOrder order)ContentTypeContentType. withParentId(String parentId)ContentTypeContentType. withPropagateChanges(Boolean propagateChanges)ContentTypeContentType. withReadOnly(Boolean readOnly)ContentTypeContentType. withSealed(Boolean sealed)ContentTypeContentType. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.entity that return types with arguments of type ContentType Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<ContentType>Site. getApplicableContentTypesForList(String listId) -
Uses of ContentType in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return types with arguments of type ContentType Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<ContentType>ContentTypeCollectionRequest. addCopy(String contentType) -
Uses of ContentType in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type ContentType Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<ContentType>SiteRequest. getApplicableContentTypesForList(String listId)
-