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 StringALREADY_CREATEDalready created.static StringCREATEDcreated. 
- 
Field Details
- 
CREATED
created.- See Also:
 - Constant Field Values
 
 - 
ALREADY_CREATED
already created.- See Also:
 - Constant Field Values
 
 
 -