Interface RestServiceConfiguration
public interface RestServiceConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionintgetMode()intgetUser()voidvoidsetConsumerId(String consumerId) voidsetItemCategory(String itemCategory) voidsetMode(Sapoaa_mode mode) voidsetOaaProfile(String oaaProfile) voidsetPassword(String password) voidsetSalesChannel(String salesChannel) voidsetSapCarClient(String sapCarClient) voidsetTargetUrl(String targetUrl) void
-
Method Details
-
setSapCarClient
- Parameters:
sapCarClient-
-
getSapCarClient
String getSapCarClient()- Returns:
- sapCarClient
-
setTargetUrl
- Parameters:
targetUrl-
-
getTargetUrl
String getTargetUrl()- Returns:
- targetUrl
-
setPassword
- Parameters:
password-
-
getPassword
String getPassword()- Returns:
- password
-
setUser
- Parameters:
user-
-
getUser
String getUser()- Returns:
- user
-
initializeConfiguration
void initializeConfiguration()- Throws:
RestInitializationException
-
getOaaProfile
String getOaaProfile()- Returns:
- oaaProfile
-
setOaaProfile
- Parameters:
oaaProfile-
-
getConnectTimeout
int getConnectTimeout()- Returns:
- connectionTimeout
-
getReadTimeout
int getReadTimeout()- Returns:
- restTimeOut
-
setItemCategory
- Parameters:
itemCategory- for drop shipment
-
getItemCategory
String getItemCategory()- Returns:
- itemCategory for drop shipment
-
setSalesChannel
- Parameters:
salesChannel-
-
getSalesChannel
String getSalesChannel()- Returns:
- salesChannel
-
setMode
- Parameters:
mode-
-
getMode
Sapoaa_mode getMode()- Returns:
- mode
-
setConsumerId
- Parameters:
consumerId-
-
getConsumerId
String getConsumerId()- Returns:
- consumerId
-