Uses of Class
com.jakewharton.pingdom.services.ContactService.CreateBuilder

Packages that use ContactService.CreateBuilder
com.jakewharton.pingdom.services Service classes provide implementations for the interaction with and assembling of specific remote API calls. 
 

Uses of ContactService.CreateBuilder in com.jakewharton.pingdom.services
 

Methods in com.jakewharton.pingdom.services that return ContactService.CreateBuilder
 ContactService.CreateBuilder ContactService.CreateBuilder.cellPhone(String cellPhone)
          Cellphone number, without the country code part.
 ContactService.CreateBuilder ContactService.CreateBuilder.countryCode(String countryCode)
          Cellphone country code (Requires cellphone and countryiso).
 ContactService.CreateBuilder ContactService.CreateBuilder.countryIso(String countryIso)
          Cellphone country ISO code.
 ContactService.CreateBuilder ContactService.create(String name)
          Create a new contact.
 ContactService.CreateBuilder ContactService.CreateBuilder.defaultSmsProvider(String defaultSmsProvider)
          Default SMS provider.
 ContactService.CreateBuilder ContactService.CreateBuilder.directTwitter(boolean directTwitter)
          Send twitter messages as Direct Messages.
 ContactService.CreateBuilder ContactService.CreateBuilder.email(String email)
          Email.
 ContactService.CreateBuilder ContactService.CreateBuilder.twitterUser(String twitterUser)
          Twitter user.
 



Copyright © 2011 Jake Wharton. All Rights Reserved.