Package | Description |
---|---|
com.oracle.bmc.cims.model | |
com.oracle.bmc.cims.requests |
Modifier and Type | Method and Description |
---|---|
static ProblemType |
ProblemType.create(String key) |
ProblemType |
CreateIncident.getProblemType()
The kind of support ticket (type of support request).
|
ProblemType |
IncidentSummary.getProblemType()
The kind of support ticket (type of support request).
|
ProblemType |
User.getProblemType()
The kind of support ticket (type of support request).
|
ProblemType |
CreateUserDetails.getProblemType()
The kind of support ticket (type of support request).
|
ProblemType |
Incident.getProblemType()
The kind of support ticket (type of support request).
|
ProblemType |
UpdateIncident.getProblemType()
The kind of support ticket (type of support request).
|
static ProblemType |
ProblemType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProblemType[] |
ProblemType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CreateIncident.Builder |
CreateIncident.Builder.problemType(ProblemType problemType)
The kind of support ticket (type of support request).
|
IncidentSummary.Builder |
IncidentSummary.Builder.problemType(ProblemType problemType)
The kind of support ticket (type of support request).
|
User.Builder |
User.Builder.problemType(ProblemType problemType)
The kind of support ticket (type of support request).
|
CreateUserDetails.Builder |
CreateUserDetails.Builder.problemType(ProblemType problemType)
The kind of support ticket (type of support request).
|
Incident.Builder |
Incident.Builder.problemType(ProblemType problemType)
The kind of support ticket (type of support request).
|
UpdateIncident.Builder |
UpdateIncident.Builder.problemType(ProblemType problemType)
The kind of support ticket (type of support request).
|
Constructor and Description |
---|
CreateIncident(String compartmentId,
CreateTicketDetails ticket,
String csi,
String userGroupId,
ProblemType problemType,
List<Contact> contacts,
String referrer)
Deprecated.
|
CreateUserDetails(String compartmentId,
String firstName,
String lastName,
String csi,
String phone,
String timezone,
String organizationName,
ProblemType problemType)
Deprecated.
|
Incident(String key,
String compartmentId,
ContactList contactList,
TenancyInformation tenancyInformation,
Ticket ticket,
IncidentType incidentType,
String userGroupId,
String userGroupName,
String primaryContactPartyId,
String primaryContactPartyName,
Boolean isWritePermitted,
String warnMessage,
ProblemType problemType,
String referrer)
Deprecated.
|
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.
|
UpdateIncident(UpdateTicketDetails ticket,
ProblemType problemType)
Deprecated.
|
User(String key,
String firstName,
String lastName,
String country,
String csi,
String phone,
String timezone,
String organizationName,
String compartmentId,
String contactEmail,
ProblemType problemType)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ProblemType |
ValidateUserRequest.getProblemType()
The kind of support request.
|
Modifier and Type | Method and Description |
---|---|
ValidateUserRequest.Builder |
ValidateUserRequest.Builder.problemType(ProblemType problemType)
The kind of support request.
|
Copyright © 2016–2025. All rights reserved.