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`](#structFRHAPI__EntitlementEventList_1a408ef5f5bcc7a30ccd70aef3dc2b725b)

The cursor for the next page of events.


#### `public bool `[`Cursor_IsSet`](#structFRHAPI__EntitlementEventList_1ac03319ea77109225c8aab85baac83423)

true if Cursor_Optional has been set to a value


#### `public virtual bool `[`FromJson`](#structFRHAPI__EntitlementEventList_1a7a07f86414852d47e1c63d7e031b1372)`(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__EntitlementEventList_1a416fced08062c5929550f55b07bee1f8)`(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`](RHAPI_EntitlementEvent.md#structFRHAPI__EntitlementEvent)` > & `[`GetEvents`](#structFRHAPI__EntitlementEventList_1a8013cde2cf4350616ed670ab98d5b3d4)`()`

Gets the value of Events.


#### `public inline const TArray< `[`FRHAPI_EntitlementEvent`](RHAPI_EntitlementEvent.md#structFRHAPI__EntitlementEvent)` > & `[`GetEvents`](#structFRHAPI__EntitlementEventList_1a88b1e46345294753cdd0aa133e46e1f0)`() const`

Gets the value of Events.


#### `public inline void `[`SetEvents`](#structFRHAPI__EntitlementEventList_1ab56001c29296f64c50746e30603e21b2)`(TArray< `[`FRHAPI_EntitlementEvent`](RHAPI_EntitlementEvent.md#structFRHAPI__EntitlementEvent)` > NewValue)`

Sets the value of Events.


#### `public inline FString & `[`GetCursor`](#structFRHAPI__EntitlementEventList_1a8e178f8383eb98bcfc2bbbb62c21300f)`()`

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


#### `public inline const FString & `[`GetCursor`](#structFRHAPI__EntitlementEventList_1ae893bb04a293f12468aa5bbc455acc76)`() const`

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


#### `public inline const FString & `[`GetCursor`](#structFRHAPI__EntitlementEventList_1a0162673f909d7f63d25d36fc5827aa0f)`(const FString & DefaultValue) const`

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


#### `public inline bool `[`GetCursor`](#structFRHAPI__EntitlementEventList_1aa85c0365ed689379000cfa35e2dc55a9)`(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`](#structFRHAPI__EntitlementEventList_1ad7b540def8476ebe0bb6c7070b2fceb0)`()`

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


#### `public inline const FString * `[`GetCursorOrNull`](#structFRHAPI__EntitlementEventList_1a59ec5c41978bc16804aba82f5f5da04c)`() const`

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


#### `public inline void `[`SetCursor`](#structFRHAPI__EntitlementEventList_1a41fe69ccfab4f352f26140dd77855164)`(FString NewValue)`

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


#### `public inline void `[`ClearCursor`](#structFRHAPI__EntitlementEventList_1ad53ca1646a6b5f74c4fcc9fd64d63c0f)`()`

Clears the value of Cursor_Optional and sets Cursor_IsSet to false.