public static enum CalendarsI.CheckSubscriptionResult extends Enum<CalendarsI.CheckSubscriptionResult>
| Enum Constant and Description |
|---|
failed
failed
|
noSynchService
Synch service is unavailable
|
notExternal
Not external subscription
|
notFound
No such collection
|
notsubscribed
no subscription id
|
ok
No action was required
|
resubscribed
resubscribed
|
| Modifier and Type | Method and Description |
|---|---|
static CalendarsI.CheckSubscriptionResult |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CalendarsI.CheckSubscriptionResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CalendarsI.CheckSubscriptionResult ok
public static final CalendarsI.CheckSubscriptionResult notFound
public static final CalendarsI.CheckSubscriptionResult notExternal
public static final CalendarsI.CheckSubscriptionResult notsubscribed
public static final CalendarsI.CheckSubscriptionResult resubscribed
public static final CalendarsI.CheckSubscriptionResult noSynchService
public static final CalendarsI.CheckSubscriptionResult failed
public static CalendarsI.CheckSubscriptionResult[] values()
for (CalendarsI.CheckSubscriptionResult c : CalendarsI.CheckSubscriptionResult.values()) System.out.println(c);
public static CalendarsI.CheckSubscriptionResult valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2019 Bedework. All rights reserved.