public class RegisterStatus
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
RegisterStatus.Status
The current status of the job: * `created`: The service successfully allowlisted the callback
 URL as a result of the call. 
 | 
| Constructor and Description | 
|---|
RegisterStatus()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getStatus()
Gets the status. 
 | 
String | 
getUrl()
Gets the url. 
 | 
public String getStatus()
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.
public String getUrl()
The callback URL that is successfully registered.
Copyright © 2021 IBM Cloud. All rights reserved.