Interface RegisterStatus.Status
- Enclosing class:
- RegisterStatus
public static interface RegisterStatus.Status
The current status of the job: * `created`: The service successfully allowlisted the callback
URL as a result of the call. * `already created`: The URL was already allowlisted.
-
Field Summary
Fields Modifier and Type Field Description static String
ALREADY_CREATED
already created.static String
CREATED
created.
-
Field Details
-
CREATED
created.- See Also:
- Constant Field Values
-
ALREADY_CREATED
already created.- See Also:
- Constant Field Values
-