Interface UriConstructorArgs
-
public interface UriConstructorArgsRepresent 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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description URInewInstance()Creates a new instance of the URI.
-
-
-
Method Detail
-
newInstance
URI newInstance()
Creates a new instance of the URI. Can return a new instance everytime it is called.- Returns:
- a new URI instance
-
-