RHAPI_Notifications
Summary
| Members | Descriptions |
|---|---|
struct FRHAPI_Notifications |
struct FRHAPI_Notifications
struct FRHAPI_Notifications
: public FRHAPI_Model
Summary
| Members | Descriptions |
|---|---|
public TArray< FRHAPI_Notification>Notifications_Optional | List of notifications. |
public bool Notifications_IsSet | true if Notifications_Optional has been set to a value |
public FString Cursor | Cursor to use for the next request. |
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< FRHAPI_Notification> &GetNotifications() | Gets the value of Notifications_Optional, regardless of it having been set. |
public inline const TArray< FRHAPI_Notification> &GetNotifications() const | Gets the value of Notifications_Optional, regardless of it having been set. |
public inline const TArray< FRHAPI_Notification> &GetNotifications(const TArray< FRHAPI_Notification > & DefaultValue) const | Gets the value of Notifications_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetNotifications(TArray< FRHAPI_Notification > & OutValue) const | Fills OutValue with the value of Notifications_Optional and returns true if it has been set, otherwise returns false. |
public inline TArray< FRHAPI_Notification> *GetNotificationsOrNull() | Returns a pointer to Notifications_Optional, if it has been set, otherwise returns nullptr. |
public inline const TArray< FRHAPI_Notification> *GetNotificationsOrNull() const | Returns a pointer to Notifications_Optional, if it has been set, otherwise returns nullptr. |
public inline void SetNotifications(const TArray< FRHAPI_Notification > & NewValue) | Sets the value of Notifications_Optional and also sets Notifications_IsSet to true. |
public inline void SetNotifications(TArray< FRHAPI_Notification > && NewValue) | Sets the value of Notifications_Optional and also sets Notifications_IsSet to true using move semantics. |
public inline void ClearNotifications() | Clears the value of Notifications_Optional and sets Notifications_IsSet to false. |
public inline bool IsNotificationsSet() const | Checks whether Notifications_Optional has been set. |
public inline FString & GetCursor() | Gets the value of Cursor. |
public inline const FString & GetCursor() const | Gets the value of Cursor. |
public inline void SetCursor(const FString & NewValue) | Sets the value of Cursor. |
public inline void SetCursor(FString && NewValue) | Sets the value of Cursor using move semantics. |
Members
public TArray< FRHAPI_Notification>Notifications_Optional
List of notifications.
public bool Notifications_IsSet
true if Notifications_Optional has been set to a value
public FString Cursor
Cursor to use for the next request.
public virtual bool FromJson(const TSharedPtr< FJsonValue > & JsonValue)
Fills this object with data from the passed in JSON.
Parameters
JsonValueData from the API call.
Returns
true if parsing of the JSON data was successful.
public virtual void WriteJson(TSharedRef< TJsonWriter<>> & Writer) const
Writes the data from this object into the specified JSON Writer stream.
Parameters
WriterJSON Writer stream to push .
public inline TArray< FRHAPI_Notification> &GetNotifications()
Gets the value of Notifications_Optional, regardless of it having been set.
public inline const TArray< FRHAPI_Notification> &GetNotifications() const
Gets the value of Notifications_Optional, regardless of it having been set.
public inline const TArray< FRHAPI_Notification> &GetNotifications(const TArray< FRHAPI_Notification > & DefaultValue) const
Gets the value of Notifications_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetNotifications(TArray< FRHAPI_Notification > & OutValue) const
Fills OutValue with the value of Notifications_Optional and returns true if it has been set, otherwise returns false.
public inline TArray< FRHAPI_Notification> *GetNotificationsOrNull()
Returns a pointer to Notifications_Optional, if it has been set, otherwise returns nullptr.
public inline const TArray< FRHAPI_Notification> *GetNotificationsOrNull() const
Returns a pointer to Notifications_Optional, if it has been set, otherwise returns nullptr.
public inline void SetNotifications(const TArray< FRHAPI_Notification > & NewValue)
Sets the value of Notifications_Optional and also sets Notifications_IsSet to true.
public inline void SetNotifications(TArray< FRHAPI_Notification > && NewValue)
Sets the value of Notifications_Optional and also sets Notifications_IsSet to true using move semantics.
public inline void ClearNotifications()
Clears the value of Notifications_Optional and sets Notifications_IsSet to false.
public inline bool IsNotificationsSet() const
Checks whether Notifications_Optional has been set.
public inline FString & GetCursor()
Gets the value of Cursor.
public inline const FString & GetCursor() const
Gets the value of Cursor.
public inline void SetCursor(const FString & NewValue)
Sets the value of Cursor.
public inline void SetCursor(FString && NewValue)
Sets the value of Cursor using move semantics.