Uses of Class
com.oracle.bmc.cims.model.ProblemType
-
Packages that use ProblemType Package Description com.oracle.bmc.cims.model com.oracle.bmc.cims.requests -
-
Uses of ProblemType in com.oracle.bmc.cims.model
Methods in com.oracle.bmc.cims.model that return ProblemType Modifier and Type Method Description static ProblemType
ProblemType. create(String key)
ProblemType
CreateIncident. 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
IncidentSummary. getProblemType()
The kind of support ticket (type of support request).ProblemType
UpdateIncident. getProblemType()
The kind of support ticket (type of support request).ProblemType
User. 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.Methods in com.oracle.bmc.cims.model with parameters of type ProblemType Modifier and Type Method Description CreateIncident.Builder
CreateIncident.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).IncidentSummary.Builder
IncidentSummary.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).User.Builder
User.Builder. problemType(ProblemType problemType)
The kind of support ticket (type of support request).Constructors in com.oracle.bmc.cims.model with parameters of type ProblemType Constructor 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. -
Uses of ProblemType in com.oracle.bmc.cims.requests
Methods in com.oracle.bmc.cims.requests that return ProblemType Modifier and Type Method Description ProblemType
ValidateUserRequest. getProblemType()
The kind of support request.Methods in com.oracle.bmc.cims.requests with parameters of type ProblemType Modifier and Type Method Description ValidateUserRequest.Builder
ValidateUserRequest.Builder. problemType(ProblemType problemType)
The kind of support request.
-