Gamebase SDK for Android  2.35.0
NHN Cloud Gamebase Platform
TransferAccountRenewConfiguration Class Reference
Inheritance diagram for TransferAccountRenewConfiguration:
Inheritance graph
Collaboration diagram for TransferAccountRenewConfiguration:
Collaboration graph

Public Member Functions

RenewalModeType getRenewalModeType ()
 
RenewalTargetType getRenewalTargetType ()
 
String getAccountId ()
 
String getAccountPassword ()
 
String toString ()
 
String toJsonString ()
 
String toPrettyJsonString ()
 

Static Public Member Functions

static TransferAccountRenewConfiguration newManualRenewConfiguration (final String accountPassword)
 
static TransferAccountRenewConfiguration newManualRenewConfiguration (final String accountId, final String accountPassword)
 
static TransferAccountRenewConfiguration newAutoRenewConfiguration (final RenewalTargetType renewalTargetType)
 
static< T > T fromJson (@NonNull String json, Class< T > classOfT)
 
static< T > T fromJson (@NonNull JSONObject jsonObject, Class< T > classOfT)
 
static< T > T fromJson (@NonNull String json, Type type)
 

Member Function Documentation

◆ fromJson() [1/3]

static <T> T fromJson ( @NonNull JSONObject  jsonObject,
Class< T >  classOfT 
)
staticinherited
Here is the call graph for this function:

◆ fromJson() [2/3]

static <T> T fromJson ( @NonNull String  json,
Class< T >  classOfT 
)
staticinherited
Here is the caller graph for this function:

◆ fromJson() [3/3]

static <T> T fromJson ( @NonNull String  json,
Type  type 
)
staticinherited

◆ getAccountId()

String getAccountId ( )

◆ getAccountPassword()

String getAccountPassword ( )

◆ getRenewalModeType()

RenewalModeType getRenewalModeType ( )

◆ getRenewalTargetType()

RenewalTargetType getRenewalTargetType ( )

◆ newAutoRenewConfiguration()

static TransferAccountRenewConfiguration newAutoRenewConfiguration ( final RenewalTargetType  renewalTargetType)
static

◆ newManualRenewConfiguration() [1/2]

static TransferAccountRenewConfiguration newManualRenewConfiguration ( final String  accountId,
final String  accountPassword 
)
static

◆ newManualRenewConfiguration() [2/2]

static TransferAccountRenewConfiguration newManualRenewConfiguration ( final String  accountPassword)
static

◆ toJsonString()

String toJsonString ( )
inherited
Here is the caller graph for this function:

◆ toPrettyJsonString()

String toPrettyJsonString ( )
inherited

◆ toString()

String toString ( )

Reimplemented from ValueObject.

Here is the call graph for this function: