Uses of Class
com.microsoft.graph.models.ContentType
Packages that use ContentType
-
Uses of ContentType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ContentTypeModifier and TypeMethodDescriptionstatic ContentTypeContentType.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueContentType.getBase()Gets the base property value.Methods in com.microsoft.graph.models that return types with arguments of type ContentTypeModifier and TypeMethodDescriptionContentType.getBaseTypes()Gets the baseTypes property value.List.getContentTypes()Gets the contentTypes property value.Site.getContentTypes()Gets the contentTypes property value.ContentTypeCollectionResponse.getValue()Gets the value property value.Methods in com.microsoft.graph.models with parameters of type ContentTypeModifier and TypeMethodDescriptionvoidContentType.setBase(ContentType value) Sets the base property value.Method parameters in com.microsoft.graph.models with type arguments of type ContentTypeModifier and TypeMethodDescriptionvoidContentType.setBaseTypes(List<ContentType> value) Sets the baseTypes property value.voidList.setContentTypes(List<ContentType> value) Sets the contentTypes property value.voidSite.setContentTypes(List<ContentType> value) Sets the contentTypes property value.voidContentTypeCollectionResponse.setValue(List<ContentType> value) Sets the value property value.