public class TurnEventCalloutCalloutRequest
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
TurnEventCalloutCalloutRequest.Method
The REST method of the request.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getBody()
Gets the body.
|
Map<String,Object> |
getHeaders()
Gets the headers.
|
String |
getMethod()
Gets the method.
|
String |
getPath()
Gets the path.
|
String |
getQueryParameters()
Gets the queryParameters.
|
String |
getUrl()
Gets the url.
|
public String getMethod()
The REST method of the request.
public String getUrl()
The host URL of the request call.
public String getPath()
The URL path of the request call.
public String getQueryParameters()
Any query parameters appended to the URL of the request call.
public Map<String,Object> getHeaders()
Any headers included in the request call.
Copyright © 2024 IBM Cloud. All rights reserved.