Uses of Class
org.apache.camel.component.wordpress.api.model.Format
-
Packages that use Format Package Description org.apache.camel.component.wordpress.api.model -
-
Uses of Format in org.apache.camel.component.wordpress.api.model
Methods in org.apache.camel.component.wordpress.api.model that return Format Modifier and Type Method Description FormatPost. getFormat()static FormatFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static Format[]Format. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.wordpress.api.model with parameters of type Format Modifier and Type Method Description voidPost. setFormat(Format format)
-