Uses of Class
ac.simons.oembed.OembedResponse.Format
-
-
Uses of OembedResponse.Format in ac.simons.oembed
Methods in ac.simons.oembed that return OembedResponse.Format Modifier and Type Method Description OembedResponse.FormatOembedEndpoint. getFormat()static OembedResponse.FormatOembedResponse.Format. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OembedResponse.Format[]OembedResponse.Format. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ac.simons.oembed with parameters of type OembedResponse.Format Modifier and Type Method Description OembedParserOembedService. getParser(OembedResponse.Format format)Returns an instance of anOembedParserfor the givenOembedResponse.Format.voidOembedEndpoint. setFormat(OembedResponse.Format format)Updates the format of this endpoint.
-