public class CustomAllocationDefinition extends Object
| Constructor and Description |
|---|
CustomAllocationDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApiVersion()
Getter for the API version.
|
String |
getWebhookUrl()
Getter for the webhook URL used for allocation requests.
|
void |
setApiVersion(String apiVersion)
Setter for the API version.
|
void |
setWebhookUrl(String webhookUrl)
Setter for the webhook URL.
|
public String getWebhookUrl()
URL with the webhook url content.public void setWebhookUrl(String webhookUrl)
webhookUrl - the URL with the webhook URL used for allocation requests.public String getApiVersion()
String with the API version content.public void setApiVersion(String apiVersion)
apiVersion - the String with the API version of the provisioning service types (such as IndividualEnrollment) sent in the custom allocation request.Copyright © 2021. All rights reserved.