public class

Page

extends PayPalRetailObject
java.lang.Object
   ↳ PayPalRetailObject
     ↳ com.paypal.paypalretailsdk.Page

Class Overview

Class to represent a Page object intended for page tracking observers

Summary

Public Methods
String getAction()
Most recent user action that was performed @readonly
String getName()
Full name for the page in delimited format @readonly
Page getParent()
Parent to the current page @readonly
String toString()
Returns a string representing the serialized state of the Page object
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public String getAction ()

Most recent user action that was performed @readonly

public String getName ()

Full name for the page in delimited format @readonly

public Page getParent ()

Parent to the current page @readonly

public String toString ()

Returns a string representing the serialized state of the Page object