Skip to content

RHAPI_Notifications

Summary

MembersDescriptions
struct FRHAPI_Notifications

struct FRHAPI_Notifications

struct FRHAPI_Notifications
: public FRHAPI_Model

Summary

MembersDescriptions
public TArray< FRHAPI_Notification>Notifications_OptionalList of notifications.
public bool Notifications_IsSettrue if Notifications_Optional has been set to a value
public FString CursorCursor 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) constWrites 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() constGets the value of Notifications_Optional, regardless of it having been set.
public inline const TArray< FRHAPI_Notification> &GetNotifications(const TArray< FRHAPI_Notification > & DefaultValue) constGets the value of Notifications_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetNotifications(TArray< FRHAPI_Notification > & OutValue) constFills 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() constReturns a pointer to Notifications_Optional, if it has been set, otherwise returns nullptr.
public inline void SetNotifications(TArray< FRHAPI_Notification > NewValue)Sets the value of Notifications_Optional and also sets Notifications_IsSet to true.
public inline void ClearNotifications()Clears the value of Notifications_Optional and sets Notifications_IsSet to false.
public inline FString & GetCursor()Gets the value of Cursor.
public inline const FString & GetCursor() constGets the value of Cursor.
public inline void SetCursor(FString NewValue)Sets the value of Cursor.

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

  • JsonValue Data 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

  • Writer JSON 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(TArray< FRHAPI_Notification > NewValue)

Sets the value of Notifications_Optional and also sets Notifications_IsSet to true.

public inline void ClearNotifications()

Clears the value of Notifications_Optional and sets Notifications_IsSet to false.

public inline FString & GetCursor()

Gets the value of Cursor.

public inline const FString & GetCursor() const

Gets the value of Cursor.

public inline void SetCursor(FString NewValue)

Sets the value of Cursor.