Uses of Class
com.oracle.bmc.cims.model.IncidentResourceType
-
Packages that use IncidentResourceType Package Description com.oracle.bmc.cims com.oracle.bmc.cims.model com.oracle.bmc.cims.responses -
-
Uses of IncidentResourceType in com.oracle.bmc.cims
Methods in com.oracle.bmc.cims that return types with arguments of type IncidentResourceType Modifier and Type Method Description Iterable<IncidentResourceType>
IncidentPaginators. listIncidentResourceTypesRecordIterator(ListIncidentResourceTypesRequest request)
Creates a new iterable which will iterate over theIncidentResourceType
objects contained in responses from the listIncidentResourceTypes operation. -
Uses of IncidentResourceType in com.oracle.bmc.cims.model
Methods in com.oracle.bmc.cims.model that return IncidentResourceType Modifier and Type Method Description IncidentResourceType
IncidentResourceType.Builder. build()
IncidentResourceType
IncidentSummary. getIncidentType()
Methods in com.oracle.bmc.cims.model with parameters of type IncidentResourceType Modifier and Type Method Description IncidentResourceType.Builder
IncidentResourceType.Builder. copy(IncidentResourceType model)
IncidentSummary.Builder
IncidentSummary.Builder. incidentType(IncidentResourceType incidentType)
Constructors in com.oracle.bmc.cims.model with parameters of type IncidentResourceType Constructor Description IncidentSummary(String key, String compartmentId, ContactList contactList, TenancyInformation tenancyInformation, Ticket ticket, IncidentResourceType incidentType, String userGroupId, String userGroupName, String primaryContactPartyId, String primaryContactPartyName, Boolean isWritePermitted, String warnMessage, ProblemType problemType)
Deprecated. -
Uses of IncidentResourceType in com.oracle.bmc.cims.responses
Methods in com.oracle.bmc.cims.responses that return types with arguments of type IncidentResourceType Modifier and Type Method Description List<IncidentResourceType>
ListIncidentResourceTypesResponse. getItems()
A list of com.oracle.bmc.cims.model.IncidentResourceType instances.Method parameters in com.oracle.bmc.cims.responses with type arguments of type IncidentResourceType Modifier and Type Method Description ListIncidentResourceTypesResponse.Builder
ListIncidentResourceTypesResponse.Builder. items(List<IncidentResourceType> items)
A list of com.oracle.bmc.cims.model.IncidentResourceType instances.
-