Package | Description |
---|---|
org.apache.streams.instagram.config |
Modifier and Type | Method and Description |
---|---|
static Endpoint |
Endpoint.fromValue(String value) |
static Endpoint |
Endpoint.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Endpoint[] |
Endpoint.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<Endpoint> |
InstagramEngagersProviderConfiguration.getEndpoints()
Which endpoints to use when finding engagers.
|
Modifier and Type | Method and Description |
---|---|
void |
InstagramEngagersProviderConfiguration.setEndpoints(List<Endpoint> endpoints)
Which endpoints to use when finding engagers.
|
InstagramEngagersProviderConfiguration |
InstagramEngagersProviderConfiguration.withEndpoints(List<Endpoint> endpoints) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.