Uses of Class
com.vidispine.generated.CORSConfigurationEntry
-
Uses of CORSConfigurationEntry in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type CORSConfigurationEntryModifier and TypeFieldDescriptionprotected List<CORSConfigurationEntry>
CORSConfigurationType.entry
Methods in com.vidispine.generated that return CORSConfigurationEntryModifier and TypeMethodDescriptionObjectFactory.createCORSConfigurationEntry()
Create an instance ofCORSConfigurationEntry
CORSConfigurationEntry.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) CORSConfigurationEntry.withRequest
(CORSConfigurationEntryRequest... values) Adds objects to the list of Request using add methodCORSConfigurationEntry.withRequest
(Collection<CORSConfigurationEntryRequest> values) Adds objects to the list of Request using addAll methodCORSConfigurationEntry.withResponse
(CORSConfigurationEntryResponse value) Sets the value of the response property.Methods in com.vidispine.generated that return types with arguments of type CORSConfigurationEntryModifier and TypeMethodDescriptionCORSConfigurationType.getEntry()
Gets the value of the entry property.Methods in com.vidispine.generated with parameters of type CORSConfigurationEntryModifier and TypeMethodDescriptionCORSConfigurationType.withEntry
(CORSConfigurationEntry... values) Adds objects to the list of Entry using add methodMethod parameters in com.vidispine.generated with type arguments of type CORSConfigurationEntryModifier and TypeMethodDescriptionCORSConfigurationType.withEntry
(Collection<CORSConfigurationEntry> values) Adds objects to the list of Entry using addAll method