RHAPI_PersonEmailListResponse
Summary
Members | Descriptions |
---|---|
struct FRHAPI_PersonEmailListResponse | Response for updating a person’s email list subscriptions. |
struct FRHAPI_PersonEmailListResponse
Response for updating a person’s email list subscriptions.
Summary
Members | Descriptions |
---|---|
public TArray< int32 > EmailListIds | List of all email list ids the user is subscribed to. |
public virtual bool FromJson (const TSharedPtr< FJsonValue > & JsonValue) | Fills this object with data from the passed in JSON. |
public virtual void WriteJson (TSharedRef< TJsonWriter<>> & Writer) const | Writes the data from this object into the specified JSON Writer stream. |
public inline TArray< int32 > & GetEmailListIds () | Gets the value of EmailListIds. |
public inline const TArray< int32 > & GetEmailListIds () const | Gets the value of EmailListIds. |
public inline void SetEmailListIds (TArray< int32 > NewValue) | Sets the value of EmailListIds. |
Members
public TArray< int32 >
EmailListIds
List of all email list ids the user is subscribed to.
#### `public virtual bool `[`FromJson`](#structFRHAPI__PersonEmailListResponse_1a54d8a7ba0dc3a88fd6763b746294dc31)`(const TSharedPtr< FJsonValue > & JsonValue)`
Fills this object with data from the passed in JSON.
Parameters
JsonValue
Data from the API call.
Returns
true if parsing of the JSON data was successful.
#### `public virtual void `[`WriteJson`](#structFRHAPI__PersonEmailListResponse_1a502b121c93096ab99799fa71130d6cb8)`(TSharedRef< TJsonWriter<>> & Writer) const`
Writes the data from this object into the specified JSON Writer stream.
Parameters
Writer
JSON Writer stream to push .
#### `public inline TArray< int32 > & `[`GetEmailListIds`](#structFRHAPI__PersonEmailListResponse_1a603ce5ee32c487c52d59f7434989d029)`()`
Gets the value of EmailListIds.
#### `public inline const TArray< int32 > & `[`GetEmailListIds`](#structFRHAPI__PersonEmailListResponse_1a3079634ec6743a9b7b8dfb7e43fae8cd)`() const`
Gets the value of EmailListIds.
#### `public inline void `[`SetEmailListIds`](#structFRHAPI__PersonEmailListResponse_1a7b238ecadcb0b5dc5633901d06601a99)`(TArray< int32 > NewValue)`
Sets the value of EmailListIds.