Uses of Enum
com.microsoft.graph.models.BodyType
Packages that use BodyType
-
Uses of BodyType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return BodyTypeModifier and TypeMethodDescriptionstatic BodyTypeEducationItemBody.getContentType()Gets the contentType property value.ItemBody.getContentType()Gets the contentType property value.static BodyTypeReturns the enum constant of this type with the specified name.static BodyType[]BodyType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type BodyTypeModifier and TypeMethodDescriptionvoidEducationItemBody.setContentType(BodyType value) Sets the contentType property value.voidItemBody.setContentType(BodyType value) Sets the contentType property value.