| Package | Description |
|---|---|
| sibApi | |
| sibModel |
| Modifier and Type | Method and Description |
|---|---|
void |
ResellerApi.associateIpToChild(String childIdentifier,
ManageIp ip)
Associate a dedicated IP to the child
|
com.squareup.okhttp.Call |
ResellerApi.associateIpToChildAsync(String childIdentifier,
ManageIp ip,
ApiCallback<Void> callback)
Associate a dedicated IP to the child (asynchronously)
|
com.squareup.okhttp.Call |
ResellerApi.associateIpToChildCall(String childIdentifier,
ManageIp ip,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for associateIpToChild
|
ApiResponse<Void> |
ResellerApi.associateIpToChildWithHttpInfo(String childIdentifier,
ManageIp ip)
Associate a dedicated IP to the child
|
void |
ResellerApi.dissociateIpFromChild(String childIdentifier,
ManageIp ip)
Dissociate a dedicated IP to the child
|
com.squareup.okhttp.Call |
ResellerApi.dissociateIpFromChildAsync(String childIdentifier,
ManageIp ip,
ApiCallback<Void> callback)
Dissociate a dedicated IP to the child (asynchronously)
|
com.squareup.okhttp.Call |
ResellerApi.dissociateIpFromChildCall(String childIdentifier,
ManageIp ip,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for dissociateIpFromChild
|
ApiResponse<Void> |
ResellerApi.dissociateIpFromChildWithHttpInfo(String childIdentifier,
ManageIp ip)
Dissociate a dedicated IP to the child
|
| Modifier and Type | Method and Description |
|---|---|
ManageIp |
ManageIp.ip(String ip) |
Copyright © 2021. All rights reserved.