public class PolledUpdateOptions extends UpdateOptions
| Modifier and Type | Field and Description |
|---|---|
static PolledUpdateOptions |
DEFAULT |
static long |
DEFAULT_POLL_PERIOD |
| Constructor and Description |
|---|
PolledUpdateOptions(java.lang.String pollInterval) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getPollInterval()
How often the repository is polled for updates.
|
int |
hashCode() |
public static final PolledUpdateOptions DEFAULT
public static final long DEFAULT_POLL_PERIOD
public java.lang.String getPollInterval()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object