Uses of Class
com.vidispine.generated.CORSConfigurationEntry
-
-
Uses of CORSConfigurationEntry in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type CORSConfigurationEntry Modifier and Type Field Description protected List<CORSConfigurationEntry>
CORSConfigurationType. entry
Methods in com.vidispine.generated that return CORSConfigurationEntry Modifier and Type Method Description CORSConfigurationEntry
ObjectFactory. createCORSConfigurationEntry()
Create an instance ofCORSConfigurationEntry
CORSConfigurationEntry
CORSConfigurationEntry. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
CORSConfigurationEntry
CORSConfigurationEntry. withRequest(CORSConfigurationEntryRequest... values)
CORSConfigurationEntry
CORSConfigurationEntry. withRequest(Collection<CORSConfigurationEntryRequest> values)
CORSConfigurationEntry
CORSConfigurationEntry. withResponse(CORSConfigurationEntryResponse value)
Methods in com.vidispine.generated that return types with arguments of type CORSConfigurationEntry Modifier and Type Method Description List<CORSConfigurationEntry>
CORSConfigurationType. getEntry()
Gets the value of the entry property.Methods in com.vidispine.generated with parameters of type CORSConfigurationEntry Modifier and Type Method Description CORSConfigurationType
CORSConfigurationType. withEntry(CORSConfigurationEntry... values)
Method parameters in com.vidispine.generated with type arguments of type CORSConfigurationEntry Modifier and Type Method Description CORSConfigurationType
CORSConfigurationType. withEntry(Collection<CORSConfigurationEntry> values)
-