public static interface EndpointItemResponse.Builder extends SdkPojo, CopyableBuilder<EndpointItemResponse.Builder,EndpointItemResponse>
Modifier and Type | Method and Description |
---|---|
EndpointItemResponse.Builder |
message(String message)
The custom message that's returned in the response as a result of processing the endpoint data.
|
EndpointItemResponse.Builder |
statusCode(Integer statusCode)
The status code that's returned in the response as a result of processing the endpoint data.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
EndpointItemResponse.Builder message(String message)
The custom message that's returned in the response as a result of processing the endpoint data.
message
- The custom message that's returned in the response as a result of processing the endpoint data.EndpointItemResponse.Builder statusCode(Integer statusCode)
The status code that's returned in the response as a result of processing the endpoint data.
statusCode
- The status code that's returned in the response as a result of processing the endpoint data.Copyright © 2021. All rights reserved.