Uses of Class
com.vidispine.generated.CORSConfigurationEntryResponse
-
Uses of CORSConfigurationEntryResponse in com.vidispine.generated
Fields in com.vidispine.generated declared as CORSConfigurationEntryResponseModifier and TypeFieldDescriptionprotected CORSConfigurationEntryResponse
CORSConfigurationEntry.response
Methods in com.vidispine.generated that return CORSConfigurationEntryResponseModifier and TypeMethodDescriptionObjectFactory.createCORSConfigurationEntryResponse()
Create an instance ofCORSConfigurationEntryResponse
CORSConfigurationEntry.getResponse()
Gets the value of the response property.CORSConfigurationEntryResponse.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) CORSConfigurationEntryResponse.withAllowHeaders
(String... values) Adds objects to the list of AllowHeaders using add methodCORSConfigurationEntryResponse.withAllowHeaders
(Collection<String> values) Adds objects to the list of AllowHeaders using addAll methodCORSConfigurationEntryResponse.withAllowMaxAge
(Integer value) Sets the value of the allowMaxAge property.CORSConfigurationEntryResponse.withAllowMethods
(String... values) Adds objects to the list of AllowMethods using add methodCORSConfigurationEntryResponse.withAllowMethods
(Collection<String> values) Adds objects to the list of AllowMethods using addAll methodCORSConfigurationEntryResponse.withAllowOrigin
(String value) Sets the value of the allowOrigin property.CORSConfigurationEntryResponse.withAllowOtherHeader
(KeyValuePairType... values) Adds objects to the list of AllowOtherHeader using add methodCORSConfigurationEntryResponse.withAllowOtherHeader
(Collection<KeyValuePairType> values) Adds objects to the list of AllowOtherHeader using addAll methodMethods in com.vidispine.generated with parameters of type CORSConfigurationEntryResponseModifier and TypeMethodDescriptionvoid
CORSConfigurationEntry.setResponse
(CORSConfigurationEntryResponse value) Sets the value of the response property.CORSConfigurationEntry.withResponse
(CORSConfigurationEntryResponse value) Sets the value of the response property.