Skip to main content

RHAPI_PexClientPagedResponse

Summary

MembersDescriptions
struct FRHAPI_PexClientPagedResponse

struct FRHAPI_PexClientPagedResponse

struct FRHAPI_PexClientPagedResponse
: public FRHAPI_Model

Summary

MembersDescriptions
public TArray< FRHAPI_PexClientResponse>Results_OptionalList of PEX reports for this match.
public bool Results_IsSettrue if Results_Optional has been set to a value
public FString Cursor_Optional
public bool Cursor_IsSettrue if Cursor_Optional has been set to a value
public bool Cursor_IsNulltrue if Cursor_Optional has been explicitly set to null
public FRHAPI_PexClientQueryParams Filters_Optional
public bool Filters_IsSettrue if Filters_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_PexClientResponse> &GetResults()Gets the value of Results_Optional, regardless of it having been set.
public inline const TArray< FRHAPI_PexClientResponse> &GetResults() constGets the value of Results_Optional, regardless of it having been set.
public inline const TArray< FRHAPI_PexClientResponse> &GetResults(const TArray< FRHAPI_PexClientResponse > & DefaultValue) constGets the value of Results_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetResults(TArray< FRHAPI_PexClientResponse > & OutValue) constFills OutValue with the value of Results_Optional and returns true if it has been set, otherwise returns false.
public inline TArray< FRHAPI_PexClientResponse> *GetResultsOrNull()Returns a pointer to Results_Optional, if it has been set, otherwise returns nullptr.
public inline const TArray< FRHAPI_PexClientResponse> *GetResultsOrNull() constReturns a pointer to Results_Optional, if it has been set, otherwise returns nullptr.
public inline void SetResults(const TArray< FRHAPI_PexClientResponse > & NewValue)Sets the value of Results_Optional and also sets Results_IsSet to true.
public inline void SetResults(TArray< FRHAPI_PexClientResponse > && NewValue)Sets the value of Results_Optional and also sets Results_IsSet to true using move semantics.
public inline void ClearResults()Clears the value of Results_Optional and sets Results_IsSet to false.
public inline bool IsResultsSet() constChecks whether Results_Optional has been set.
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(const FString & NewValue)Sets the value of Cursor_Optional and also sets Cursor_IsSet to true.
public inline void SetCursor(FString && NewValue)Sets the value of Cursor_Optional and also sets Cursor_IsSet to true using move semantics.
public inline void ClearCursor()Clears the value of Cursor_Optional and sets Cursor_IsSet to false.
public inline bool IsCursorSet() constChecks whether Cursor_Optional has been set.
public inline void SetCursorToNull()Sets the value explicitly to be treated as null.
public inline bool IsCursorNull() constChecks whether Cursor_Optional is set to null.
public inline FRHAPI_PexClientQueryParams&GetFilters()Gets the value of Filters_Optional, regardless of it having been set.
public inline const FRHAPI_PexClientQueryParams&GetFilters() constGets the value of Filters_Optional, regardless of it having been set.
public inline const FRHAPI_PexClientQueryParams&GetFilters(const FRHAPI_PexClientQueryParams & DefaultValue) constGets the value of Filters_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetFilters(FRHAPI_PexClientQueryParams & OutValue) constFills OutValue with the value of Filters_Optional and returns true if it has been set, otherwise returns false.
public inline FRHAPI_PexClientQueryParams*GetFiltersOrNull()Returns a pointer to Filters_Optional, if it has been set, otherwise returns nullptr.
public inline const FRHAPI_PexClientQueryParams*GetFiltersOrNull() constReturns a pointer to Filters_Optional, if it has been set, otherwise returns nullptr.
public inline void SetFilters(const FRHAPI_PexClientQueryParams & NewValue)Sets the value of Filters_Optional and also sets Filters_IsSet to true.
public inline void SetFilters(FRHAPI_PexClientQueryParams && NewValue)Sets the value of Filters_Optional and also sets Filters_IsSet to true using move semantics.
public inline void ClearFilters()Clears the value of Filters_Optional and sets Filters_IsSet to false.
public inline bool IsFiltersSet() constChecks whether Filters_Optional has been set.

Members

public TArray< FRHAPI_PexClientResponse>Results_Optional

List of PEX reports for this match.

public bool Results_IsSet

true if Results_Optional has been set to a value

public FString Cursor_Optional

public bool Cursor_IsSet

true if Cursor_Optional has been set to a value

public bool Cursor_IsNull

true if Cursor_Optional has been explicitly set to null

public FRHAPI_PexClientQueryParams Filters_Optional

public bool Filters_IsSet

true if Filters_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_PexClientResponse> &GetResults()

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

public inline const TArray< FRHAPI_PexClientResponse> &GetResults() const

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

public inline const TArray< FRHAPI_PexClientResponse> &GetResults(const TArray< FRHAPI_PexClientResponse > & DefaultValue) const

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

public inline bool GetResults(TArray< FRHAPI_PexClientResponse > & OutValue) const

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

public inline TArray< FRHAPI_PexClientResponse> *GetResultsOrNull()

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

public inline const TArray< FRHAPI_PexClientResponse> *GetResultsOrNull() const

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

public inline void SetResults(const TArray< FRHAPI_PexClientResponse > & NewValue)

Sets the value of Results_Optional and also sets Results_IsSet to true.

public inline void SetResults(TArray< FRHAPI_PexClientResponse > && NewValue)

Sets the value of Results_Optional and also sets Results_IsSet to true using move semantics.

public inline void ClearResults()

Clears the value of Results_Optional and sets Results_IsSet to false.

public inline bool IsResultsSet() const

Checks whether Results_Optional has been set.

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(const FString & NewValue)

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

public inline void SetCursor(FString && NewValue)

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

public inline void ClearCursor()

Clears the value of Cursor_Optional and sets Cursor_IsSet to false.

public inline bool IsCursorSet() const

Checks whether Cursor_Optional has been set.

public inline void SetCursorToNull()

Sets the value explicitly to be treated as null.

public inline bool IsCursorNull() const

Checks whether Cursor_Optional is set to null.

public inline FRHAPI_PexClientQueryParams&GetFilters()

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

public inline const FRHAPI_PexClientQueryParams&GetFilters() const

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

public inline const FRHAPI_PexClientQueryParams&GetFilters(const FRHAPI_PexClientQueryParams & DefaultValue) const

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

public inline bool GetFilters(FRHAPI_PexClientQueryParams & OutValue) const

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

public inline FRHAPI_PexClientQueryParams*GetFiltersOrNull()

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

public inline const FRHAPI_PexClientQueryParams*GetFiltersOrNull() const

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

public inline void SetFilters(const FRHAPI_PexClientQueryParams & NewValue)

Sets the value of Filters_Optional and also sets Filters_IsSet to true.

public inline void SetFilters(FRHAPI_PexClientQueryParams && NewValue)

Sets the value of Filters_Optional and also sets Filters_IsSet to true using move semantics.

public inline void ClearFilters()

Clears the value of Filters_Optional and sets Filters_IsSet to false.

public inline bool IsFiltersSet() const

Checks whether Filters_Optional has been set.