public final class HttpSettingsRoutes extends Object
| Constructor and Description |
|---|
HttpSettingsRoutes() |
| Modifier and Type | Method and Description |
|---|---|
String |
apiPrefix()
Get the apiPrefix property: The prefix that should precede all the authentication/authorization paths.
|
void |
validate()
Validates the instance.
|
HttpSettingsRoutes |
withApiPrefix(String apiPrefix)
Set the apiPrefix property: The prefix that should precede all the authentication/authorization paths.
|
public String apiPrefix()
public HttpSettingsRoutes withApiPrefix(String apiPrefix)
apiPrefix - the apiPrefix value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.