public class MobileWebContext extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MobileWebContext.Builder
Class to build instances of
MobileWebContext. |
| Constructor and Description |
|---|
MobileWebContext()
Default constructor.
|
MobileWebContext(MobileReturnFlow returnFlow,
String buyerUserAgent)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBuyerUserAgent()
Getter for BuyerUserAgent.
|
MobileReturnFlow |
getReturnFlow()
Getter for ReturnFlow.
|
void |
setBuyerUserAgent(String buyerUserAgent)
Setter for BuyerUserAgent.
|
void |
setReturnFlow(MobileReturnFlow returnFlow)
Setter for ReturnFlow.
|
MobileWebContext.Builder |
toBuilder()
Builds a new
MobileWebContext.Builder object. |
String |
toString()
Converts this MobileWebContext into string format.
|
public MobileWebContext()
public MobileWebContext(MobileReturnFlow returnFlow, String buyerUserAgent)
returnFlow - MobileReturnFlow value for returnFlow.buyerUserAgent - String value for buyerUserAgent.public MobileReturnFlow getReturnFlow()
public void setReturnFlow(MobileReturnFlow returnFlow)
returnFlow - Value for MobileReturnFlowpublic String getBuyerUserAgent()
public void setBuyerUserAgent(String buyerUserAgent)
buyerUserAgent - Value for Stringpublic String toString()
public MobileWebContext.Builder toBuilder()
MobileWebContext.Builder object.
Creates the instance with the state of the current model.MobileWebContext.Builder objectCopyright © 2026. All rights reserved.