Class Configuration.Api
java.lang.Object
com.microsoft.store.partnercenter.configuration.Configuration.Api
- Enclosing class:
- Configuration
public static class Configuration.Api extends Object
-
Constructor Summary
Constructors Constructor Description Api() -
Method Summary
Modifier and Type Method Description Map<String,String>getAdditionalHeaders()Map<String,String>getParameters()StringgetPath()Get the URI path of the API.voidsetAdditionalHeaders(Map<String,String> additionalHeaders)voidsetParameters(Map<String,String> parameters)voidsetPath(String path)Set the URI path of the API.
-
Constructor Details
-
Api
public Api()
-
-
Method Details
-
getPath
Get the URI path of the API.- Returns:
- The URI path of the API.
-
setPath
Set the URI path of the API.- Parameters:
path- The URI path of the API.
-
getParameters
-
setParameters
-
getAdditionalHeaders
-
setAdditionalHeaders
-