Interface Link
public interface Link
Available methods and actions which can be done after a successful Verification
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Dedicated Builderstatic class
The related action that can be performed on the initiated Verification. -
Method Summary
Modifier and TypeMethodDescriptionstatic Link.Builder
builder()
Getting buildergetHref()
The complete URL to perform the specified action, localized to the DataCenter which handled the original Verification request.The HTTP method to use when performing the action using the linked localized URL.getRel()
The related action that can be performed on the initiated Verification.
-
Method Details
-
getRel
Link.RelEnum getRel()The related action that can be performed on the initiated Verification.- Returns:
- rel
-
getHref
String getHref()The complete URL to perform the specified action, localized to the DataCenter which handled the original Verification request.- Returns:
- href
-
getMethod
String getMethod()The HTTP method to use when performing the action using the linked localized URL.- Returns:
- method
-
builder
Getting builder- Returns:
- New Builder instance
-