Uses of Class
com.kaltura.client.enums.SchemaType
-
Packages that use SchemaType Package Description com.kaltura.client.enums com.kaltura.client.services -
-
Uses of SchemaType in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return SchemaType Modifier and Type Method Description static SchemaTypeSchemaType. get(String value)static SchemaTypeSchemaType. valueOf(String name)Returns the enum constant of this type with the specified name.static SchemaType[]SchemaType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SchemaType in com.kaltura.client.services
Methods in com.kaltura.client.services with parameters of type SchemaType Modifier and Type Method Description static SchemaService.ServeSchemaBuilderSchemaService. serve(SchemaType type)Serves the requested XSD according to the type and name.Constructors in com.kaltura.client.services with parameters of type SchemaType Constructor Description ServeSchemaBuilder(SchemaType type)
-