Uses of Class
com.microsoft.graph.models.ContentTypeInfo
Packages that use ContentTypeInfo
-
Uses of ContentTypeInfo in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ContentTypeInfoModifier and TypeMethodDescriptionstatic ContentTypeInfoContentTypeInfo.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueDocumentSetContent.getContentType()Gets the contentType property value.ListItem.getContentType()Gets the contentType property value.ColumnDefinition.getSourceContentType()Gets the sourceContentType property value.Methods in com.microsoft.graph.models that return types with arguments of type ContentTypeInfoModifier and TypeMethodDescriptionDocumentSet.getAllowedContentTypes()Gets the allowedContentTypes property value.Methods in com.microsoft.graph.models with parameters of type ContentTypeInfoModifier and TypeMethodDescriptionvoidDocumentSetContent.setContentType(ContentTypeInfo value) Sets the contentType property value.voidListItem.setContentType(ContentTypeInfo value) Sets the contentType property value.voidColumnDefinition.setSourceContentType(ContentTypeInfo value) Sets the sourceContentType property value.Method parameters in com.microsoft.graph.models with type arguments of type ContentTypeInfoModifier and TypeMethodDescriptionvoidDocumentSet.setAllowedContentTypes(List<ContentTypeInfo> value) Sets the allowedContentTypes property value.