RFSEditGroupPersonsRequest
@interface RFSEditGroupPersonsRequest : NSObject
Request object to configure PersonGroup editing.
-
Array of Person IDs to add to the group.
Declaration
Objective-C
@property (nonatomic, strong, readonly, nullable) NSArray<NSString *> *personIdsToAdd; -
Array of Person IDs to remove from the group.
Declaration
Objective-C
@property (nonatomic, strong, readonly, nullable) NSArray<NSString *> *personIdsToRemove; -
Creates request for PersonGroup editing
Declaration
Objective-C
- (nonnull instancetype) initWithPersonIdsToAdd:(nullable NSArray<NSString *> *)personIdsToAdd personIdsToRemove:(nullable NSArray<NSString *> *)personIdsToRemove; -
Unavailable
Not the designated initializer
Undocumented
Declaration
Objective-C
RFS_EMPTY_INIT_UNAVAILABLE -
Unavailable
Not the designated initializer
Undocumented
Declaration
Objective-C
RFS_EMPTY_INIT_UNAVAILABLE