Uses of Class
com.yahoo.marketing.apt.Contact

Packages that use Contact
com.yahoo.marketing.apt   
 

Uses of Contact in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as Contact
private  Contact ContactResponse.contact
           
 

Methods in com.yahoo.marketing.apt that return Contact
 Contact ContactResponse.getContact()
          Gets the contact value for this ContactResponse.
 Contact ContactServiceHttpBindingStub.getContact(long contactID)
           
 Contact ContactService.getContact(long contactID)
           
 Contact[] ContactServiceHttpBindingStub.getContacts(long[] contactIDs)
           
 Contact[] ContactService.getContacts(long[] contactIDs)
           
 Contact[] ContactServiceHttpBindingStub.getContactsByAccountID(int startElement, int numElements)
           
 Contact[] ContactService.getContactsByAccountID(int startElement, int numElements)
           
 

Methods in com.yahoo.marketing.apt with parameters of type Contact
 ContactResponse[] ContactServiceHttpBindingStub.addContactsToManagedAccount(Contact[] contacts)
           
 ContactResponse[] ContactService.addContactsToManagedAccount(Contact[] contacts)
           
 ContactResponse ContactServiceHttpBindingStub.addContactToManagedAccount(Contact contact)
           
 ContactResponse ContactService.addContactToManagedAccount(Contact contact)
           
 void ContactResponse.setContact(Contact contact)
          Sets the contact value for this ContactResponse.
 ContactResponse ContactServiceHttpBindingStub.updateContact(Contact contact)
           
 ContactResponse ContactService.updateContact(Contact contact)
           
 ContactResponse[] ContactServiceHttpBindingStub.updateContacts(Contact[] contacts)
           
 ContactResponse[] ContactService.updateContacts(Contact[] contacts)
           
 

Constructors in com.yahoo.marketing.apt with parameters of type Contact
ContactResponse(Contact contact, Error[] errors, java.lang.Boolean operationSucceeded)