Uses of Class
com.vidispine.generated.CORSConfigurationEntryResponse
-
Uses of CORSConfigurationEntryResponse in com.vidispine.generated
Fields in com.vidispine.generated declared as CORSConfigurationEntryResponseModifier and TypeFieldDescriptionprotected CORSConfigurationEntryResponseCORSConfigurationEntry.responseMethods in com.vidispine.generated that return CORSConfigurationEntryResponseModifier and TypeMethodDescriptionObjectFactory.createCORSConfigurationEntryResponse()Create an instance ofCORSConfigurationEntryResponseCORSConfigurationEntry.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 TypeMethodDescriptionvoidCORSConfigurationEntry.setResponse(CORSConfigurationEntryResponse value) Sets the value of the response property.CORSConfigurationEntry.withResponse(CORSConfigurationEntryResponse value) Sets the value of the response property.