Uses of Class
com.atlassian.adf.model.node.MediaInline.MediaType
-
Packages that use MediaInline.MediaType Package Description com.atlassian.adf.model.node Nodes are elements within the Atlassian Document Format that represent presentation data for the document. -
-
Uses of MediaInline.MediaType in com.atlassian.adf.model.node
Fields in com.atlassian.adf.model.node declared as MediaInline.MediaType Modifier and Type Field Description protected MediaInline.MediaTypeMediaInline.Partial.CanSetMediaType. mediaTypeMethods in com.atlassian.adf.model.node that return MediaInline.MediaType Modifier and Type Method Description static MediaInline.MediaTypeMediaInline.MediaType. valueOf(String name)Returns the enum constant of this type with the specified name.static MediaInline.MediaType[]MediaInline.MediaType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.adf.model.node that return types with arguments of type MediaInline.MediaType Modifier and Type Method Description Optional<MediaInline.MediaType>MediaInline. mediaType()Methods in com.atlassian.adf.model.node with parameters of type MediaInline.MediaType Modifier and Type Method Description static MediaInlineMediaInline. mediaInline(String id, MediaInline.MediaType mediaType, String collection)Creates a newmediaInlinenode with the given media ID, media type, and collection ID.MediaInlineMediaInline. mediaType(MediaInline.MediaType mediaType)TMediaInline.Partial.CanSetMediaType. mediaType(MediaInline.MediaType mediaType)
-