Skip to content

RHAPI_EntitlementEventList

Summary

MembersDescriptions
struct FRHAPI_EntitlementEventList

struct FRHAPI_EntitlementEventList

struct FRHAPI_EntitlementEventList
: public FRHAPI_Model

Summary

MembersDescriptions
public TArray< FRHAPI_EntitlementEvent>EventsThe list of events.
public FString Cursor_OptionalThe cursor for the next page of events.
public bool Cursor_IsSettrue if Cursor_Optional has been set to a value
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_EntitlementEvent> &GetEvents()Gets the value of Events.
public inline const TArray< FRHAPI_EntitlementEvent> &GetEvents() constGets the value of Events.
public inline void SetEvents(TArray< FRHAPI_EntitlementEvent > NewValue)Sets the value of Events.
public inline FString & GetCursor()Gets the value of Cursor_Optional, regardless of it having been set.
public inline const FString & GetCursor() constGets the value of Cursor_Optional, regardless of it having been set.
public inline const FString & GetCursor(const FString & DefaultValue) constGets the value of Cursor_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetCursor(FString & OutValue) constFills OutValue with the value of Cursor_Optional and returns true if it has been set, otherwise returns false.
public inline FString * GetCursorOrNull()Returns a pointer to Cursor_Optional, if it has been set, otherwise returns nullptr.
public inline const FString * GetCursorOrNull() constReturns a pointer to Cursor_Optional, if it has been set, otherwise returns nullptr.
public inline void SetCursor(FString NewValue)Sets the value of Cursor_Optional and also sets Cursor_IsSet to true.
public inline void ClearCursor()Clears the value of Cursor_Optional and sets Cursor_IsSet to false.

Members

public TArray< FRHAPI_EntitlementEvent>Events

The list of events.

public FString Cursor_Optional

The cursor for the next page of events.

public bool Cursor_IsSet

true if Cursor_Optional has been set to a value

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_EntitlementEvent> &GetEvents()

Gets the value of Events.

public inline const TArray< FRHAPI_EntitlementEvent> &GetEvents() const

Gets the value of Events.

public inline void SetEvents(TArray< FRHAPI_EntitlementEvent > NewValue)

Sets the value of Events.

public inline FString & GetCursor()

Gets the value of Cursor_Optional, regardless of it having been set.

public inline const FString & GetCursor() const

Gets the value of Cursor_Optional, regardless of it having been set.

public inline const FString & GetCursor(const FString & DefaultValue) const

Gets the value of Cursor_Optional, if it has been set, otherwise it returns DefaultValue.

public inline bool GetCursor(FString & OutValue) const

Fills OutValue with the value of Cursor_Optional and returns true if it has been set, otherwise returns false.

public inline FString * GetCursorOrNull()

Returns a pointer to Cursor_Optional, if it has been set, otherwise returns nullptr.

public inline const FString * GetCursorOrNull() const

Returns a pointer to Cursor_Optional, if it has been set, otherwise returns nullptr.

public inline void SetCursor(FString NewValue)

Sets the value of Cursor_Optional and also sets Cursor_IsSet to true.

public inline void ClearCursor()

Clears the value of Cursor_Optional and sets Cursor_IsSet to false.