Uses of Class
org.opencastproject.runtimeinfo.rest.RestFormatData
-
Packages that use RestFormatData Package Description org.opencastproject.runtimeinfo.rest -
-
Uses of RestFormatData in org.opencastproject.runtimeinfo.rest
Methods in org.opencastproject.runtimeinfo.rest that return types with arguments of type RestFormatData Modifier and Type Method Description List<RestFormatData>RestEndpointData. getFormats()Gets the list of formats returned by this endpoint.Methods in org.opencastproject.runtimeinfo.rest with parameters of type RestFormatData Modifier and Type Method Description voidRestEndpointData. addFormat(RestFormatData format)Adds a format for the return data for this endpoint.
-