Uses of Class
com.oracle.bmc.cims.requests.GetIncidentRequest
-
Packages that use GetIncidentRequest Package Description com.oracle.bmc.cims com.oracle.bmc.cims.requests -
-
Uses of GetIncidentRequest in com.oracle.bmc.cims
Methods in com.oracle.bmc.cims with parameters of type GetIncidentRequest Modifier and Type Method Description GetIncidentResponse
Incident. getIncident(GetIncidentRequest request)
Gets the specified support ticket.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)
GetIncidentResponse
IncidentClient. getIncident(GetIncidentRequest request)
Method parameters in com.oracle.bmc.cims with type arguments of type GetIncidentRequest 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 GetIncidentRequest in com.oracle.bmc.cims.requests
Methods in com.oracle.bmc.cims.requests that return GetIncidentRequest Modifier and Type Method Description GetIncidentRequest
GetIncidentRequest.Builder. build()
Build the instance of GetIncidentRequest as configured by this builderGetIncidentRequest
GetIncidentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetIncidentRequest as configured by this builderMethods in com.oracle.bmc.cims.requests with parameters of type GetIncidentRequest Modifier and Type Method Description GetIncidentRequest.Builder
GetIncidentRequest.Builder. copy(GetIncidentRequest o)
Copy method to populate the builder with values from the given instance.
-