Package com.stripe.model
Class ExpandableField<T extends HasId>
java.lang.Object
com.stripe.model.ExpandableField<T>
- All Implemented Interfaces:
StripeActiveObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()booleanvoidsetExpanded(T expandedObject) voidvoidsetResponseGetter(StripeResponseGetter responseGetter) Method is used by the containing object orStripeResponseGetterimplementations to set theStripeResponseGetterinstance used to make further requests.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.stripe.model.StripeActiveObject
trySetResponseGetter
-
Constructor Details
-
ExpandableField
-
-
Method Details
-
isExpanded
public boolean isExpanded() -
getId
-
setId
-
getExpanded
-
setExpanded
-
setResponseGetter
Description copied from interface:StripeActiveObjectMethod is used by the containing object orStripeResponseGetterimplementations to set theStripeResponseGetterinstance used to make further requests.- Specified by:
setResponseGetterin interfaceStripeActiveObject- Parameters:
responseGetter- theStripeResponseGetterinstance to use for making further requests.
-