public class

AccountChangeEventsRequest

extends Object
implements Parcelable
java.lang.Object
   ↳ com.google.android.gms.auth.AccountChangeEventsRequest

Class Overview

Requests for AccountChangeEvents.

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public static final AccountChangeEventsRequestCreator CREATOR
Public Constructors
AccountChangeEventsRequest()
Public Methods
int describeContents()
String getAccountName()
int getEventIndex()
AccountChangeEventsRequest setAccountName(String accountName)
Sets the account name to fetch events for.
AccountChangeEventsRequest setEventIndex(int eventIndex)
Sets the event index to restrict the results by.
void writeToParcel(Parcel dest, int flags)
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Fields

public static final AccountChangeEventsRequestCreator CREATOR

Public Constructors

public AccountChangeEventsRequest ()

Public Methods

public int describeContents ()

public String getAccountName ()

public int getEventIndex ()

public AccountChangeEventsRequest setAccountName (String accountName)

Sets the account name to fetch events for.

public AccountChangeEventsRequest setEventIndex (int eventIndex)

Sets the event index to restrict the results by.

public void writeToParcel (Parcel dest, int flags)