| Package | Description |
|---|---|
| engineer.nightowl.groupsio.api.domain |
| Modifier and Type | Method and Description |
|---|---|
UserStatus |
User.getStatus() |
UserStatus |
Subscription.getUserStatus() |
static UserStatus |
UserStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserStatus[] |
UserStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
User.setStatus(UserStatus status) |
void |
Subscription.setUserStatus(UserStatus userStatus) |
User |
User.withStatus(UserStatus status) |
Subscription |
Subscription.withUserStatus(UserStatus userStatus) |
| 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) |
User(Integer id,
String object,
String created,
String updated,
String email,
String fullName,
String userName,
String timezone,
UserStatus status,
String profilePhotoId,
Boolean hasProfilePhoto,
String postPref,
String perPagePref,
Boolean allowFacebookLogin,
Boolean allowGoogleLogin,
Boolean twoFactorEnabled,
String recoveryCodes,
Boolean dontMungeMessageId,
String aboutMe,
String aboutFormat,
String location,
String website,
String timePref,
String profilePrivacy,
String defaultMessageView,
String topicsSortDir,
String topicSortDir,
String messagesSortDir,
String expandedMessagesSortDir,
String searchSort,
String searchSortDir) |
Copyright © 2017–2019. All rights reserved.