Uses of Class
com.oracle.bmc.cims.model.Contact
-
Packages that use Contact Package Description com.oracle.bmc.cims.model -
-
Uses of Contact in com.oracle.bmc.cims.model
Methods in com.oracle.bmc.cims.model that return Contact Modifier and Type Method Description Contact
Contact.Builder. build()
Methods in com.oracle.bmc.cims.model that return types with arguments of type Contact Modifier and Type Method Description List<Contact>
ContactList. getContactList()
The list of contacts.List<Contact>
CreateIncident. getContacts()
The list of contacts.Methods in com.oracle.bmc.cims.model with parameters of type Contact Modifier and Type Method Description Contact.Builder
Contact.Builder. copy(Contact model)
Method parameters in com.oracle.bmc.cims.model with type arguments of type Contact Modifier and Type Method Description ContactList.Builder
ContactList.Builder. contactList(List<Contact> contactList)
The list of contacts.CreateIncident.Builder
CreateIncident.Builder. contacts(List<Contact> contacts)
The list of contacts.Constructor parameters in com.oracle.bmc.cims.model with type arguments of type Contact Constructor Description ContactList(List<Contact> contactList)
Deprecated.CreateIncident(String compartmentId, CreateTicketDetails ticket, String csi, String userGroupId, ProblemType problemType, List<Contact> contacts, String referrer)
Deprecated.
-