public static class Configuration.Callback extends Object
| Constructor and Description |
|---|
Configuration.Callback() |
| Modifier and Type | Method and Description |
|---|---|
Configuration.ContentType |
getContentType() |
Integer |
getInterval() |
Integer |
getTimeout() |
Configuration.CallbackType |
getType() |
String |
getUrl() |
void |
setContentType(Configuration.ContentType value)
The content type of the payload that is posted.
|
void |
setInterval(Integer value)
The interval in seconds at which to trigger repeating callbacks.
|
void |
setTimeout(Integer value)
An optional timeout for the callback.
|
void |
setType(Configuration.CallbackType value)
The event to trigger the callback.
|
void |
setUrl(String value)
The URL to call back.
|
public Configuration.CallbackType getType()
public void setType(Configuration.CallbackType value)
public String getUrl()
public void setUrl(String value)
value - public Configuration.ContentType getContentType()
public void setContentType(Configuration.ContentType value)
value - public Integer getTimeout()
public void setTimeout(Integer value)
value - public Integer getInterval()
public void setInterval(Integer value)
Configuration.CallbackType.PROGRESS.value - This doc was generated on 2017-08-03. Copyright © 2002-2017 RealObjects GmbH. All Rights Reserved.