AccountChangeEventsRequest

public classAccountChangeEventsRequestextendsObject
implementsParcelable

Requests forAccountChangeEvents.

Inherited Constant Summary

Field Summary

public static finalCreator<AccountChangeEventsRequest> CREATOR

Public Constructor Summary

Public Method Summary

Account
String
getAccountName()
This method is deprecated. use getAccount()instead.
int
AccountChangeEventsRequest
setAccount(Account account)
Sets the account to fetch events for.
AccountChangeEventsRequest
setAccountName(StringaccountName)
This method is deprecated. use setAccount(android.accounts.Account)instead.
AccountChangeEventsRequest
setEventIndex(int eventIndex)
Sets the event index to restrict the results by.
void
writeToParcel(Parceldest, int flags)

Inherited Method Summary

Fields

public static finalCreator<AccountChangeEventsRequest> CREATOR

Public Constructors

publicAccountChangeEventsRequest()

Public Methods

publicAccount getAccount()

publicStringgetAccountName()

This method is deprecated.
use getAccount()instead.

public intgetEventIndex()

publicAccountChangeEventsRequest setAccount(Account account)

Sets the account to fetch events for.

publicAccountChangeEventsRequest setAccountName(String accountName)

This method is deprecated.
use setAccount(android.accounts.Account)instead.

publicAccountChangeEventsRequest setEventIndex(int eventIndex)

Sets the event index to restrict the results by.

public voidwriteToParcel(Parceldest, int flags)