Uses of Class
com.jakewharton.trakt.services.AccountService.CreateBuilder

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

Uses of AccountService.CreateBuilder in com.jakewharton.trakt.services
 

Methods in com.jakewharton.trakt.services that return AccountService.CreateBuilder
 AccountService.CreateBuilder AccountService.create(String username, String password, String email)
          Create a new trakt account.
 AccountService.CreateBuilder AccountService.CreateBuilder.email(String email)
          E-mail to register, a welcome email will automatically be sent here.
 AccountService.CreateBuilder AccountService.CreateBuilder.password(String password)
          SHA1 hash of password.
 AccountService.CreateBuilder AccountService.CreateBuilder.username(String username)
          Username to register.
 



Copyright © 2011 Jake Wharton. All Rights Reserved.