Skip to content

RHAPI_PortalUserInfo

Summary

MembersDescriptions
struct FRHAPI_PortalUserInfoPortal user info.

struct FRHAPI_PortalUserInfo

struct FRHAPI_PortalUserInfo
: public FRHAPI_Model

Portal user info.

Summary

MembersDescriptions
public ERHAPI_Platform PlatformPlatform for the user.
public ERHAPI_DependenciesSchemasPortal PortalIdPortal ID. DEPRECATED use platform instead.
public FString PortalUserIdPlatform User ID.
public FString DisplayNameDisplay 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) constWrites 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() constGets the value of Platform.
public inline void SetPlatform(ERHAPI_Platform NewValue)Sets the value of Platform.
public inline ERHAPI_DependenciesSchemasPortal & GetPortalId()Gets the value of PortalId.
public inline const ERHAPI_DependenciesSchemasPortal & GetPortalId() constGets the value of PortalId.
public inline void SetPortalId(ERHAPI_DependenciesSchemasPortal NewValue)Sets the value of PortalId.
public inline FString & GetPortalUserId()Gets the value of PortalUserId.
public inline const FString & GetPortalUserId() constGets 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() constGets 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_DependenciesSchemasPortal `[`PortalId`](#structFRHAPI__PortalUserInfo_1af0233dbd7f509062dcf36313611ea286)

Portal ID. DEPRECATED use platform instead.


#### `public FString `[`PortalUserId`](#structFRHAPI__PortalUserInfo_1a6733dd0ddc41200cf750f32de0b83dab)

Platform User ID.


#### `public FString `[`DisplayName`](#structFRHAPI__PortalUserInfo_1a0ba620f7ad0e76fa03651b52221672d0)

Display name.


#### `public virtual bool `[`FromJson`](#structFRHAPI__PortalUserInfo_1a157222df92a9e58a8a7f4e86a8451e6e)`(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__PortalUserInfo_1a2344390b2002ec9ee2cfcb5fc80d346d)`(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 ERHAPI_Platform & `[`GetPlatform`](#structFRHAPI__PortalUserInfo_1a3f453744df9708c61b8d4cbc145eb71a)`()`

Gets the value of Platform.


#### `public inline const ERHAPI_Platform & `[`GetPlatform`](#structFRHAPI__PortalUserInfo_1a40e45a21d723e554b55aa7a41b4af6d1)`() const`

Gets the value of Platform.


#### `public inline void `[`SetPlatform`](#structFRHAPI__PortalUserInfo_1aa5016a42a179303e547de00d3d6a1134)`(ERHAPI_Platform NewValue)`

Sets the value of Platform.


#### `public inline ERHAPI_DependenciesSchemasPortal & `[`GetPortalId`](#structFRHAPI__PortalUserInfo_1a9d1356770916296ce708f009273a37eb)`()`

Gets the value of PortalId.


#### `public inline const ERHAPI_DependenciesSchemasPortal & `[`GetPortalId`](#structFRHAPI__PortalUserInfo_1af6f98c6f6ac2cf9e5de6510e2217681a)`() const`

Gets the value of PortalId.


#### `public inline void `[`SetPortalId`](#structFRHAPI__PortalUserInfo_1af0b57cfbb402e0ff9a4c90a27203f43a)`(ERHAPI_DependenciesSchemasPortal NewValue)`

Sets the value of PortalId.


#### `public inline FString & `[`GetPortalUserId`](#structFRHAPI__PortalUserInfo_1a02293533e662c590c4d1434fa698c8e8)`()`

Gets the value of PortalUserId.


#### `public inline const FString & `[`GetPortalUserId`](#structFRHAPI__PortalUserInfo_1add30541439590b909bdcff70ceaed762)`() const`

Gets the value of PortalUserId.


#### `public inline void `[`SetPortalUserId`](#structFRHAPI__PortalUserInfo_1a94df2aa5c3d86b04e197424b6c87aef4)`(FString NewValue)`

Sets the value of PortalUserId.


#### `public inline FString & `[`GetDisplayName`](#structFRHAPI__PortalUserInfo_1a2db99b60ec4b0ee6d486bfcc92499af1)`()`

Gets the value of DisplayName.


#### `public inline const FString & `[`GetDisplayName`](#structFRHAPI__PortalUserInfo_1a3748a4f9b1fe44030fc16bce07e5f092)`() const`

Gets the value of DisplayName.


#### `public inline void `[`SetDisplayName`](#structFRHAPI__PortalUserInfo_1a21b0a04d9950ed600c1b0b76d3863475)`(FString NewValue)`

Sets the value of DisplayName.