Skip to content
RallyHere Docs
GitHub

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_Portal 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_Portal & GetPortalId()Gets the value of PortalId.
public inline const ERHAPI_Portal & GetPortalId() constGets 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() 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_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

  • 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 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.