| Modifier and Type | Method and Description |
|---|---|
static NetworkPolicy |
NetworkPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetworkPolicy[] |
NetworkPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RequestCreator |
RequestCreator.networkPolicy(NetworkPolicy policy,
NetworkPolicy... additional)
Specifies the
NetworkPolicy to use for this request. |
RequestCreator |
RequestCreator.networkPolicy(NetworkPolicy policy,
NetworkPolicy... additional)
Specifies the
NetworkPolicy to use for this request. |
Copyright © 2013–2016 Square, Inc.. All rights reserved.