Uses of Class
com.oracle.bmc.cims.responses.GetIncidentResponse
-
Packages that use GetIncidentResponse Package Description com.oracle.bmc.cims com.oracle.bmc.cims.responses -
-
Uses of GetIncidentResponse in com.oracle.bmc.cims
Methods in com.oracle.bmc.cims that return GetIncidentResponse Modifier and Type Method Description GetIncidentResponse
Incident. getIncident(GetIncidentRequest request)
Gets the specified support ticket.GetIncidentResponse
IncidentClient. getIncident(GetIncidentRequest request)
Methods in com.oracle.bmc.cims that return types with arguments of type GetIncidentResponse Modifier and Type Method Description Future<GetIncidentResponse>
IncidentAsync. getIncident(GetIncidentRequest request, AsyncHandler<GetIncidentRequest,GetIncidentResponse> handler)
Gets the specified support ticket.Future<GetIncidentResponse>
IncidentAsyncClient. getIncident(GetIncidentRequest request, AsyncHandler<GetIncidentRequest,GetIncidentResponse> handler)
Method parameters in com.oracle.bmc.cims with type arguments of type GetIncidentResponse Modifier and Type Method Description Future<GetIncidentResponse>
IncidentAsync. getIncident(GetIncidentRequest request, AsyncHandler<GetIncidentRequest,GetIncidentResponse> handler)
Gets the specified support ticket.Future<GetIncidentResponse>
IncidentAsyncClient. getIncident(GetIncidentRequest request, AsyncHandler<GetIncidentRequest,GetIncidentResponse> handler)
-
Uses of GetIncidentResponse in com.oracle.bmc.cims.responses
Methods in com.oracle.bmc.cims.responses that return GetIncidentResponse Modifier and Type Method Description GetIncidentResponse
GetIncidentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cims.responses with parameters of type GetIncidentResponse Modifier and Type Method Description GetIncidentResponse.Builder
GetIncidentResponse.Builder. copy(GetIncidentResponse o)
Copy method to populate the builder with values from the given instance.
-