Package com.stripe.model
Class ExpandableField<T extends HasId>
java.lang.Object
com.stripe.model.ExpandableField<T>
- All Implemented Interfaces:
StripeActiveObject
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
boolean
void
setExpanded
(T expandedObject) void
void
setResponseGetter
(StripeResponseGetter responseGetter) Method is used by the containing object orStripeResponseGetter
implementations to set theStripeResponseGetter
instance used to make further requests.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:StripeActiveObject
Method is used by the containing object orStripeResponseGetter
implementations to set theStripeResponseGetter
instance used to make further requests.- Specified by:
setResponseGetter
in interfaceStripeActiveObject
- Parameters:
responseGetter
- theStripeResponseGetter
instance to use for making further requests.
-