Package esendex.sdk.java
Class EsendexProperties
java.lang.Object
esendex.sdk.java.EsendexProperties
The EsendexProperties.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the property.static EsendexProperties
instance()
retrieves the instance.void
setProperty
(String key, String value)
-
Constructor Details
-
EsendexProperties
public EsendexProperties()Instantiates a new esendex properties.
-
-
Method Details
-
instance
retrieves the instance.- Returns:
- the esendex properties
-
getProperty
Gets the property.- Parameters:
key
- the key- Returns:
- the property
-
setProperty
-