| Package | Description |
|---|---|
| engineer.nightowl.groupsio.api.domain |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionStatus |
Subscription.getStatus() |
static SubscriptionStatus |
SubscriptionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubscriptionStatus[] |
SubscriptionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Subscription.setStatus(SubscriptionStatus status) |
Subscription |
Subscription.withStatus(SubscriptionStatus status) |
| Constructor and Description |
|---|
Subscription(Integer id,
String object,
String created,
String updated,
Integer userId,
Integer groupId,
SubscriptionStatus status,
String postStatus,
String emailDelivery,
String messageSelection,
Boolean autoFollowReplies,
String maxAttachmentSize,
Integer approvedPosts,
String modStatus,
String pendingMsgNotify,
String pendingSubNotify,
String subNotify,
String storageNotify,
String subGroupNotify,
String messageReportNotify,
String modPermissions,
String ownerMsgNotify,
String email,
UserStatus userStatus,
String userName,
String timezone,
String fullName,
String aboutMe,
String aboutFormat,
String location,
String website) |
Copyright © 2017–2019. All rights reserved.