RHAPI_LoginHistoryPage
Summary
| Members | Descriptions |
|---|---|
struct FRHAPI_LoginHistoryPage |
struct FRHAPI_LoginHistoryPage
struct FRHAPI_LoginHistoryPage
: public FRHAPI_Model
Summary
| Members | Descriptions |
|---|---|
public TArray< FRHAPI_LoginHistoryEntry>Entries | The login history entries. |
public FString ContinuationToken_Optional | Token to retrieve the next page of results. |
public bool ContinuationToken_IsSet | true if ContinuationToken_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) const | Writes the data from this object into the specified JSON Writer stream. |
public inline TArray< FRHAPI_LoginHistoryEntry> &GetEntries() | Gets the value of Entries. |
public inline const TArray< FRHAPI_LoginHistoryEntry> &GetEntries() const | Gets the value of Entries. |
public inline void SetEntries(const TArray< FRHAPI_LoginHistoryEntry > & NewValue) | Sets the value of Entries. |
public inline void SetEntries(TArray< FRHAPI_LoginHistoryEntry > && NewValue) | Sets the value of Entries using move semantics. |
public inline FString & GetContinuationToken() | Gets the value of ContinuationToken_Optional, regardless of it having been set. |
public inline const FString & GetContinuationToken() const | Gets the value of ContinuationToken_Optional, regardless of it having been set. |
public inline const FString & GetContinuationToken(const FString & DefaultValue) const | Gets the value of ContinuationToken_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetContinuationToken(FString & OutValue) const | Fills OutValue with the value of ContinuationToken_Optional and returns true if it has been set, otherwise returns false. |
public inline FString * GetContinuationTokenOrNull() | Returns a pointer to ContinuationToken_Optional, if it has been set, otherwise returns nullptr. |
public inline const FString * GetContinuationTokenOrNull() const | Returns a pointer to ContinuationToken_Optional, if it has been set, otherwise returns nullptr. |
public inline void SetContinuationToken(const FString & NewValue) | Sets the value of ContinuationToken_Optional and also sets ContinuationToken_IsSet to true. |
public inline void SetContinuationToken(FString && NewValue) | Sets the value of ContinuationToken_Optional and also sets ContinuationToken_IsSet to true using move semantics. |
public inline void ClearContinuationToken() | Clears the value of ContinuationToken_Optional and sets ContinuationToken_IsSet to false. |
public inline bool IsContinuationTokenSet() const | Checks whether ContinuationToken_Optional has been set. |
Members
public TArray< FRHAPI_LoginHistoryEntry>Entries
The login history entries.
public FString ContinuationToken_Optional
Token to retrieve the next page of results.
public bool ContinuationToken_IsSet
true if ContinuationToken_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
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_LoginHistoryEntry> &GetEntries()
Gets the value of Entries.
public inline const TArray< FRHAPI_LoginHistoryEntry> &GetEntries() const
Gets the value of Entries.
public inline void SetEntries(const TArray< FRHAPI_LoginHistoryEntry > & NewValue)
Sets the value of Entries.
public inline void SetEntries(TArray< FRHAPI_LoginHistoryEntry > && NewValue)
Sets the value of Entries using move semantics.
public inline FString & GetContinuationToken()
Gets the value of ContinuationToken_Optional, regardless of it having been set.
public inline const FString & GetContinuationToken() const
Gets the value of ContinuationToken_Optional, regardless of it having been set.
public inline const FString & GetContinuationToken(const FString & DefaultValue) const
Gets the value of ContinuationToken_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetContinuationToken(FString & OutValue) const
Fills OutValue with the value of ContinuationToken_Optional and returns true if it has been set, otherwise returns false.
public inline FString * GetContinuationTokenOrNull()
Returns a pointer to ContinuationToken_Optional, if it has been set, otherwise returns nullptr.
public inline const FString * GetContinuationTokenOrNull() const
Returns a pointer to ContinuationToken_Optional, if it has been set, otherwise returns nullptr.
public inline void SetContinuationToken(const FString & NewValue)
Sets the value of ContinuationToken_Optional and also sets ContinuationToken_IsSet to true.
public inline void SetContinuationToken(FString && NewValue)
Sets the value of ContinuationToken_Optional and also sets ContinuationToken_IsSet to true using move semantics.
public inline void ClearContinuationToken()
Clears the value of ContinuationToken_Optional and sets ContinuationToken_IsSet to false.
public inline bool IsContinuationTokenSet() const
Checks whether ContinuationToken_Optional has been set.