Uses of Class
odata.msgraph.client.security.enums.ContentFormat
-
Packages that use ContentFormat Package Description odata.msgraph.client.security.complex odata.msgraph.client.security.enums -
-
Uses of ContentFormat in odata.msgraph.client.security.complex
Fields in odata.msgraph.client.security.complex declared as ContentFormat Modifier and Type Field Description protected ContentFormatFormattedContent. formatMethods in odata.msgraph.client.security.complex that return types with arguments of type ContentFormat Modifier and Type Method Description Optional<ContentFormat>FormattedContent. getFormat()Methods in odata.msgraph.client.security.complex with parameters of type ContentFormat Modifier and Type Method Description FormattedContent.BuilderFormattedContent.Builder. format(ContentFormat format)FormattedContentFormattedContent. withFormat(ContentFormat format) -
Uses of ContentFormat in odata.msgraph.client.security.enums
Methods in odata.msgraph.client.security.enums that return ContentFormat Modifier and Type Method Description static ContentFormatContentFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static ContentFormat[]ContentFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.
-