Package com.ngrok.services
Class HttpResponseBackends
java.lang.Object
com.ngrok.services.HttpResponseBackends
An API client for
HttpResponseBackends.
See also https://ngrok.com/docs/api#api-http-response-backends.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassA builder object encapsulating state for an unsent Create API call.classA builder object encapsulating state for an unsent Delete API call.classA builder object encapsulating state for an unsent Get API call.classA builder object encapsulating state for an unsent List API call.classA builder object encapsulating state for an unsent Update API call. -
Constructor Summary
ConstructorsConstructorDescriptionHttpResponseBackends(NgrokApiClient apiClient) Creates a new sub-client for HttpResponseBackends. -
Method Summary
Modifier and TypeMethodDescriptioncreate()Creates a call builder for the Create API operation.Creates a call builder for the Delete API operation.Creates a call builder for the Get API operation.list()Creates a call builder for the List API operation.Creates a call builder for the Update API operation.
-
Constructor Details
-
HttpResponseBackends
Creates a new sub-client for HttpResponseBackends.- Parameters:
apiClient- an instance ofNgrokApiClient
-
-
Method Details
-
create
Creates a call builder for the Create API operation. See also https://ngrok.com/docs/api#api-http-response-backends-create.- Returns:
- a call builder for this API call
-
delete
Creates a call builder for the Delete API operation. See also https://ngrok.com/docs/api#api-http-response-backends-delete.- Parameters:
id- a resource identifier- Returns:
- a call builder for this API call
-
get
Creates a call builder for the Get API operation. See also https://ngrok.com/docs/api#api-http-response-backends-get.- Parameters:
id- a resource identifier- Returns:
- a call builder for this API call
-
list
Creates a call builder for the List API operation. See also https://ngrok.com/docs/api#api-http-response-backends-list.- Returns:
- a call builder for this API call
-
update
Creates a call builder for the Update API operation. See also https://ngrok.com/docs/api#api-http-response-backends-update.- Parameters:
id- the value of theidparameter as aString- Returns:
- a call builder for this API call
-