Uses of Class
odata.msgraph.client.beta.complex.ContentTypeInfo
-
Packages that use ContentTypeInfo Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of ContentTypeInfo in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as ContentTypeInfo Modifier and Type Field Description protected ContentTypeInfoDocumentSetContent. contentTypeFields in odata.msgraph.client.beta.complex with type parameters of type ContentTypeInfo Modifier and Type Field Description protected List<ContentTypeInfo>DocumentSet. allowedContentTypesMethods in odata.msgraph.client.beta.complex that return ContentTypeInfo Modifier and Type Method Description ContentTypeInfoContentTypeInfo.Builder. build()ContentTypeInfoContentTypeInfo. withId(String id)ContentTypeInfoContentTypeInfo. withName(String name)ContentTypeInfoContentTypeInfo. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type ContentTypeInfo Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<ContentTypeInfo>DocumentSet. getAllowedContentTypes()com.github.davidmoten.odata.client.CollectionPage<ContentTypeInfo>DocumentSet. getAllowedContentTypes(com.github.davidmoten.odata.client.HttpRequestOptions options)Optional<ContentTypeInfo>DocumentSetContent. getContentType()Methods in odata.msgraph.client.beta.complex with parameters of type ContentTypeInfo Modifier and Type Method Description DocumentSet.BuilderDocumentSet.Builder. allowedContentTypes(ContentTypeInfo... allowedContentTypes)DocumentSetContent.BuilderDocumentSetContent.Builder. contentType(ContentTypeInfo contentType)DocumentSetContentDocumentSetContent. withContentType(ContentTypeInfo contentType)Method parameters in odata.msgraph.client.beta.complex with type arguments of type ContentTypeInfo Modifier and Type Method Description DocumentSet.BuilderDocumentSet.Builder. allowedContentTypes(List<ContentTypeInfo> allowedContentTypes) -
Uses of ContentTypeInfo in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as ContentTypeInfo Modifier and Type Field Description protected ContentTypeInfoListItem. contentTypeprotected ContentTypeInfoSitePage. contentTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type ContentTypeInfo Modifier and Type Method Description Optional<ContentTypeInfo>ListItem. getContentType()Optional<ContentTypeInfo>SitePage. getContentType()Methods in odata.msgraph.client.beta.entity with parameters of type ContentTypeInfo Modifier and Type Method Description ListItem.BuilderListItem.Builder. contentType(ContentTypeInfo contentType)SitePage.BuilderSitePage.Builder. contentType(ContentTypeInfo contentType)ListItemListItem. withContentType(ContentTypeInfo contentType)SitePageSitePage. withContentType(ContentTypeInfo contentType)
-