Package com.merative.acd.v1.model
Class GetHealthCheckStatusOptions
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.merative.acd.v1.model.GetHealthCheckStatusOptions
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class GetHealthCheckStatusOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe getHealthCheckStatus options.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classGetHealthCheckStatusOptions.BuilderBuilder.static interfaceGetHealthCheckStatusOptions.FormatOverride response format.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringaccept()Gets the accept.java.lang.Stringformat()Gets the format.GetHealthCheckStatusOptions.BuildernewBuilder()New builder.
 
- 
- 
- 
Method Detail- 
newBuilderpublic GetHealthCheckStatusOptions.Builder newBuilder() New builder.- Returns:
- a GetHealthCheckStatusOptions builder
 
 - 
acceptpublic java.lang.String accept() Gets the accept. The type of the response: application/json or application/xml.- Returns:
- the accept
 
 - 
formatpublic java.lang.String format() Gets the format. Override response format.- Returns:
- the format
 
 
- 
 
-