Uses of Class
odata.msgraph.client.beta.enums.BodyType
-
Packages that use BodyType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of BodyType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as BodyType Modifier and Type Field Description protected BodyTypeEducationItemBody. contentTypeprotected BodyTypeItemBody. contentTypeMethods in odata.msgraph.client.beta.complex that return types with arguments of type BodyType Modifier and Type Method Description Optional<BodyType>EducationItemBody. getContentType()Optional<BodyType>ItemBody. getContentType()Methods in odata.msgraph.client.beta.complex with parameters of type BodyType Modifier and Type Method Description EducationItemBody.BuilderEducationItemBody.Builder. contentType(BodyType contentType)ItemBody.BuilderItemBody.Builder. contentType(BodyType contentType)EducationItemBodyEducationItemBody. withContentType(BodyType contentType)ItemBodyItemBody. withContentType(BodyType contentType) -
Uses of BodyType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return BodyType Modifier and Type Method Description static BodyTypeBodyType. valueOf(String name)Returns 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.
-