public class FileServiceProperties extends Object
| Constructor and Description |
|---|
FileServiceProperties()
Generate a
FileServiceProperties from a new ServiceProperties. |
| Modifier and Type | Method and Description |
|---|---|
CorsProperties |
getCors()
Gets the Cross-Origin Resource Sharing (CORS) properties.
|
void |
setCors(CorsProperties cors)
Sets the Cross-Origin Resource Sharing (CORS) properties.
|
public FileServiceProperties()
FileServiceProperties from a new ServiceProperties.public CorsProperties getCors()
CorsProperties object which represents the CORS properties.public void setCors(CorsProperties cors)
cors - A CorsProperties object which represents the CORS properties.Copyright © 2015. All Rights Reserved.