Package org.nameapi.client.lib
Class NameApiPortUrlFactory
- java.lang.Object
-
- com.optimaize.anythingworks.client.rest.AbstractRestPortUrlFactory
-
- org.nameapi.client.lib.NameApiPortUrlFactory
-
- All Implemented Interfaces:
com.optimaize.anythingworks.client.rest.RestPortUrlFactory
public class NameApiPortUrlFactory extends com.optimaize.anythingworks.client.rest.AbstractRestPortUrlFactory
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description URLcreateUrl(com.optimaize.anythingworks.common.host.Host host)static NameApiPortUrlFactoryversion5_3()static NameApiPortUrlFactoryversionLatestStable()This is updated whenever the "latest stable" server api version changes.
-
-
-
Method Detail
-
versionLatestStable
public static NameApiPortUrlFactory versionLatestStable()
This is updated whenever the "latest stable" server api version changes. Currently this is version 5.3.
-
version5_3
public static NameApiPortUrlFactory version5_3()
-
createUrl
@NotNull public URL createUrl(@NotNull com.optimaize.anythingworks.common.host.Host host)
-
-