Skip to content
RallyHere Docs
GitHub

RHAPI_PortalUseRulesets

Summary

MembersDescriptions
struct FRHAPI_PortalUseRulesetsA collection of Portal Use Rulesets. A ruleset determine how item can be used across portals.

struct FRHAPI_PortalUseRulesets

struct FRHAPI_PortalUseRulesets
  : public FRHAPI_Model

A collection of Portal Use Rulesets. A ruleset determine how item can be used across portals.

Summary

MembersDescriptions
public TMap< FString, FString > CustomData_OptionalCustom data associated with the resource.
public bool CustomData_IsSettrue if CustomData_Optional has been set to a value
public TMap< FString, FRHAPI_PortalUseRuleset>Rulesets_Optional
public bool Rulesets_IsSettrue if Rulesets_Optional has been set to a value
public FRHAPI_CacheInfo CacheInfo_Optional
public bool CacheInfo_IsSettrue if CacheInfo_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 TMap< FString, FString > & GetCustomData()Gets the value of CustomData_Optional, regardless of it having been set.
public inline const TMap< FString, FString > & GetCustomData() constGets the value of CustomData_Optional, regardless of it having been set.
public inline const TMap< FString, FString > & GetCustomData(const TMap< FString, FString > & DefaultValue) constGets the value of CustomData_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetCustomData(TMap< FString, FString > & OutValue) constFills OutValue with the value of CustomData_Optional and returns true if it has been set, otherwise returns false.
public inline TMap< FString, FString > * GetCustomDataOrNull()Returns a pointer to CustomData_Optional, if it has been set, otherwise returns nullptr.
public inline const TMap< FString, FString > * GetCustomDataOrNull() constReturns a pointer to CustomData_Optional, if it has been set, otherwise returns nullptr.
public inline void SetCustomData(TMap< FString, FString > NewValue)Sets the value of CustomData_Optional and also sets CustomData_IsSet to true.
public inline void ClearCustomData()Clears the value of CustomData_Optional and sets CustomData_IsSet to false.
public inline TMap< FString, FRHAPI_PortalUseRuleset> &GetRulesets()Gets the value of Rulesets_Optional, regardless of it having been set.
public inline const TMap< FString, FRHAPI_PortalUseRuleset> &GetRulesets() constGets the value of Rulesets_Optional, regardless of it having been set.
public inline const TMap< FString, FRHAPI_PortalUseRuleset> &GetRulesets(const TMap< FString, FRHAPI_PortalUseRuleset > & DefaultValue) constGets the value of Rulesets_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetRulesets(TMap< FString, FRHAPI_PortalUseRuleset > & OutValue) constFills OutValue with the value of Rulesets_Optional and returns true if it has been set, otherwise returns false.
public inline TMap< FString, FRHAPI_PortalUseRuleset> *GetRulesetsOrNull()Returns a pointer to Rulesets_Optional, if it has been set, otherwise returns nullptr.
public inline const TMap< FString, FRHAPI_PortalUseRuleset> *GetRulesetsOrNull() constReturns a pointer to Rulesets_Optional, if it has been set, otherwise returns nullptr.
public inline void SetRulesets(TMap< FString, FRHAPI_PortalUseRuleset > NewValue)Sets the value of Rulesets_Optional and also sets Rulesets_IsSet to true.
public inline void ClearRulesets()Clears the value of Rulesets_Optional and sets Rulesets_IsSet to false.
public inline FRHAPI_CacheInfo&GetCacheInfo()Gets the value of CacheInfo_Optional, regardless of it having been set.
public inline const FRHAPI_CacheInfo&GetCacheInfo() constGets the value of CacheInfo_Optional, regardless of it having been set.
public inline const FRHAPI_CacheInfo&GetCacheInfo(const FRHAPI_CacheInfo & DefaultValue) constGets the value of CacheInfo_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetCacheInfo(FRHAPI_CacheInfo & OutValue) constFills OutValue with the value of CacheInfo_Optional and returns true if it has been set, otherwise returns false.
public inline FRHAPI_CacheInfo*GetCacheInfoOrNull()Returns a pointer to CacheInfo_Optional, if it has been set, otherwise returns nullptr.
public inline const FRHAPI_CacheInfo*GetCacheInfoOrNull() constReturns a pointer to CacheInfo_Optional, if it has been set, otherwise returns nullptr.
public inline void SetCacheInfo(FRHAPI_CacheInfo NewValue)Sets the value of CacheInfo_Optional and also sets CacheInfo_IsSet to true.
public inline void ClearCacheInfo()Clears the value of CacheInfo_Optional and sets CacheInfo_IsSet to false.

Members

public TMap< FString, FString > CustomData_Optional

Custom data associated with the resource.

public bool CustomData_IsSet

true if CustomData_Optional has been set to a value

public TMap< FString, FRHAPI_PortalUseRuleset>Rulesets_Optional

public bool Rulesets_IsSet

true if Rulesets_Optional has been set to a value

public FRHAPI_CacheInfo CacheInfo_Optional

public bool CacheInfo_IsSet

true if CacheInfo_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 TMap< FString, FString > & GetCustomData()

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

public inline const TMap< FString, FString > & GetCustomData() const

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

public inline const TMap< FString, FString > & GetCustomData(const TMap< FString, FString > & DefaultValue) const

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

public inline bool GetCustomData(TMap< FString, FString > & OutValue) const

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

public inline TMap< FString, FString > * GetCustomDataOrNull()

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

public inline const TMap< FString, FString > * GetCustomDataOrNull() const

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

public inline void SetCustomData(TMap< FString, FString > NewValue)

Sets the value of CustomData_Optional and also sets CustomData_IsSet to true.

public inline void ClearCustomData()

Clears the value of CustomData_Optional and sets CustomData_IsSet to false.

public inline TMap< FString, FRHAPI_PortalUseRuleset> &GetRulesets()

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

public inline const TMap< FString, FRHAPI_PortalUseRuleset> &GetRulesets() const

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

public inline const TMap< FString, FRHAPI_PortalUseRuleset> &GetRulesets(const TMap< FString, FRHAPI_PortalUseRuleset > & DefaultValue) const

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

public inline bool GetRulesets(TMap< FString, FRHAPI_PortalUseRuleset > & OutValue) const

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

public inline TMap< FString, FRHAPI_PortalUseRuleset> *GetRulesetsOrNull()

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

public inline const TMap< FString, FRHAPI_PortalUseRuleset> *GetRulesetsOrNull() const

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

public inline void SetRulesets(TMap< FString, FRHAPI_PortalUseRuleset > NewValue)

Sets the value of Rulesets_Optional and also sets Rulesets_IsSet to true.

public inline void ClearRulesets()

Clears the value of Rulesets_Optional and sets Rulesets_IsSet to false.

public inline FRHAPI_CacheInfo&GetCacheInfo()

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

public inline const FRHAPI_CacheInfo&GetCacheInfo() const

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

public inline const FRHAPI_CacheInfo&GetCacheInfo(const FRHAPI_CacheInfo & DefaultValue) const

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

public inline bool GetCacheInfo(FRHAPI_CacheInfo & OutValue) const

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

public inline FRHAPI_CacheInfo*GetCacheInfoOrNull()

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

public inline const FRHAPI_CacheInfo*GetCacheInfoOrNull() const

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

public inline void SetCacheInfo(FRHAPI_CacheInfo NewValue)

Sets the value of CacheInfo_Optional and also sets CacheInfo_IsSet to true.

public inline void ClearCacheInfo()

Clears the value of CacheInfo_Optional and sets CacheInfo_IsSet to false.