RHAPI_PortalUserInfo
Summary
| Members | Descriptions |
|---|---|
struct FRHAPI_PortalUserInfo | Portal user info. |
struct FRHAPI_PortalUserInfo
struct FRHAPI_PortalUserInfo
: public FRHAPI_Model
Portal user info.
Summary
| Members | Descriptions |
|---|---|
public ERHAPI_Platform Platform | Platform for the user. |
public ERHAPI_Portal PortalId | Portal ID. DEPRECATED use platform instead. |
public FString PortalUserId | Platform User ID. |
public FString DisplayName | Display name. |
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 ERHAPI_Platform & GetPlatform() | Gets the value of Platform. |
public inline const ERHAPI_Platform & GetPlatform() const | Gets the value of Platform. |
public inline void SetPlatform(ERHAPI_Platform NewValue) | Sets the value of Platform. |
public inline ERHAPI_Portal & GetPortalId() | Gets the value of PortalId. |
public inline const ERHAPI_Portal & GetPortalId() const | Gets the value of PortalId. |
public inline void SetPortalId(ERHAPI_Portal NewValue) | Sets the value of PortalId. |
public inline FString & GetPortalUserId() | Gets the value of PortalUserId. |
public inline const FString & GetPortalUserId() const | Gets the value of PortalUserId. |
public inline void SetPortalUserId(FString NewValue) | Sets the value of PortalUserId. |
public inline FString & GetDisplayName() | Gets the value of DisplayName. |
public inline const FString & GetDisplayName() const | Gets the value of DisplayName. |
public inline void SetDisplayName(FString NewValue) | Sets the value of DisplayName. |
Members
public ERHAPI_Platform Platform
Platform for the user.
public ERHAPI_Portal PortalId
Portal ID. DEPRECATED use platform instead.
public FString PortalUserId
Platform User ID.
public FString DisplayName
Display name.
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 ERHAPI_Platform & GetPlatform()
Gets the value of Platform.
public inline const ERHAPI_Platform & GetPlatform() const
Gets the value of Platform.
public inline void SetPlatform(ERHAPI_Platform NewValue)
Sets the value of Platform.
public inline ERHAPI_Portal & GetPortalId()
Gets the value of PortalId.
public inline const ERHAPI_Portal & GetPortalId() const
Gets the value of PortalId.
public inline void SetPortalId(ERHAPI_Portal NewValue)
Sets the value of PortalId.
public inline FString & GetPortalUserId()
Gets the value of PortalUserId.
public inline const FString & GetPortalUserId() const
Gets the value of PortalUserId.
public inline void SetPortalUserId(FString NewValue)
Sets the value of PortalUserId.
public inline FString & GetDisplayName()
Gets the value of DisplayName.
public inline const FString & GetDisplayName() const
Gets the value of DisplayName.
public inline void SetDisplayName(FString NewValue)
Sets the value of DisplayName.