Interface PortalConfigContract.DefinitionStages.WithCors
- All Known Subinterfaces:
PortalConfigContract.Definition,PortalConfigContract.DefinitionStages.WithCreate
- Enclosing interface:
PortalConfigContract.DefinitionStages
public static interface PortalConfigContract.DefinitionStages.WithCors
The stage of the PortalConfigContract definition allowing to specify cors.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the cors property: The developer portal Cross-Origin Resource Sharing (CORS) settings..
-
Method Details
-
withCors
Specifies the cors property: The developer portal Cross-Origin Resource Sharing (CORS) settings..- Parameters:
cors- The developer portal Cross-Origin Resource Sharing (CORS) settings.- Returns:
- the next definition stage.
-