Interface UriConstructorArgs
public interface UriConstructorArgs
Represent the different constructor to the URI class used by the SDK. Implementation of this interface are able to create new
URIs based on the different arguments passed to classes to them.
- See Also:
-
Method Summary
-
Method Details
-
newInstance
URI newInstance()Creates a new instance of the URI. Can return a new instance everytime it is called.- Returns:
- a new URI instance
-