RHAPI_BodyUpdateOpportunityById
Summary
Members | Descriptions |
---|---|
struct FRHAPI_BodyUpdateOpportunityById |
struct FRHAPI_BodyUpdateOpportunityById
Summary
Members | Descriptions |
---|---|
public ERHAPI_OpportunityState State | State of the opportunity. |
public ERHAPI_OpportunityAbortReason AbortReason_Optional | Reason for aborting the opportunity. |
public bool AbortReason_IsSet | true if AbortReason_Optional has been set to a value |
public int32 AbortSeconds_Optional | Number of seconds into the video when the abort happened. |
public bool AbortSeconds_IsSet | true if AbortSeconds_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 ERHAPI_OpportunityState & GetState () | Gets the value of State. |
public inline const ERHAPI_OpportunityState & GetState () const | Gets the value of State. |
public inline void SetState (ERHAPI_OpportunityState NewValue) | Sets the value of State. |
public inline ERHAPI_OpportunityAbortReason & GetAbortReason () | Gets the value of AbortReason_Optional, regardless of it having been set. |
public inline const ERHAPI_OpportunityAbortReason & GetAbortReason () const | Gets the value of AbortReason_Optional, regardless of it having been set. |
public inline const ERHAPI_OpportunityAbortReason & GetAbortReason (const ERHAPI_OpportunityAbortReason & DefaultValue) const | Gets the value of AbortReason_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetAbortReason (ERHAPI_OpportunityAbortReason & OutValue) const | Fills OutValue with the value of AbortReason_Optional and returns true if it has been set, otherwise returns false. |
public inline ERHAPI_OpportunityAbortReason * GetAbortReasonOrNull () | Returns a pointer to AbortReason_Optional, if it has been set, otherwise returns nullptr. |
public inline const ERHAPI_OpportunityAbortReason * GetAbortReasonOrNull () const | Returns a pointer to AbortReason_Optional, if it has been set, otherwise returns nullptr. |
public inline void SetAbortReason (ERHAPI_OpportunityAbortReason NewValue) | Sets the value of AbortReason_Optional and also sets AbortReason_IsSet to true. |
public inline void ClearAbortReason () | Clears the value of AbortReason_Optional and sets AbortReason_IsSet to false. |
public inline int32 & GetAbortSeconds () | Gets the value of AbortSeconds_Optional, regardless of it having been set. |
public inline const int32 & GetAbortSeconds () const | Gets the value of AbortSeconds_Optional, regardless of it having been set. |
public inline const int32 & GetAbortSeconds (const int32 & DefaultValue) const | Gets the value of AbortSeconds_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetAbortSeconds (int32 & OutValue) const | Fills OutValue with the value of AbortSeconds_Optional and returns true if it has been set, otherwise returns false. |
public inline int32 * GetAbortSecondsOrNull () | Returns a pointer to AbortSeconds_Optional, if it has been set, otherwise returns nullptr. |
public inline const int32 * GetAbortSecondsOrNull () const | Returns a pointer to AbortSeconds_Optional, if it has been set, otherwise returns nullptr. |
public inline void SetAbortSeconds (int32 NewValue) | Sets the value of AbortSeconds_Optional and also sets AbortSeconds_IsSet to true. |
public inline void ClearAbortSeconds () | Clears the value of AbortSeconds_Optional and sets AbortSeconds_IsSet to false. |
public inline bool IsAbortSecondsDefaultValue () const | Returns true if AbortSeconds_Optional is set and matches the default value. |
public inline void SetAbortSecondsToDefault () | Sets the value of AbortSeconds_Optional to its default and also sets AbortSeconds_IsSet to true. |
Members
public ERHAPI_OpportunityState
State
State of the opportunity.
#### `public ERHAPI_OpportunityAbortReason `[`AbortReason_Optional`](#structFRHAPI__BodyUpdateOpportunityById_1a9095b50c820c13fa559c9f5780ae43ce)
Reason for aborting the opportunity.
#### `public bool `[`AbortReason_IsSet`](#structFRHAPI__BodyUpdateOpportunityById_1a5b0bdfa2733c34f6cfe6c5e89e5b2791)
true if AbortReason_Optional has been set to a value
#### `public int32 `[`AbortSeconds_Optional`](#structFRHAPI__BodyUpdateOpportunityById_1af5f563c6a06cb999e1acbec5529c3228)
Number of seconds into the video when the abort happened.
#### `public bool `[`AbortSeconds_IsSet`](#structFRHAPI__BodyUpdateOpportunityById_1ab6c45e4c41a80c712418dfc4d4bebb16)
true if AbortSeconds_Optional has been set to a value
#### `public virtual bool `[`FromJson`](#structFRHAPI__BodyUpdateOpportunityById_1ab62cdcc849edd1c8a61d149379c81f9e)`(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__BodyUpdateOpportunityById_1a58e1dd4c4f703fe628db9e1b083822ae)`(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_OpportunityState & `[`GetState`](#structFRHAPI__BodyUpdateOpportunityById_1a8de0ea080658c3f1b0500e74d46ff88a)`()`
Gets the value of State.
#### `public inline const ERHAPI_OpportunityState & `[`GetState`](#structFRHAPI__BodyUpdateOpportunityById_1a5ce8f5da8c5f5a5913c84d15b02e78e8)`() const`
Gets the value of State.
#### `public inline void `[`SetState`](#structFRHAPI__BodyUpdateOpportunityById_1ae4ffb0650dcb1dbee639dda586bad383)`(ERHAPI_OpportunityState NewValue)`
Sets the value of State.
#### `public inline ERHAPI_OpportunityAbortReason & `[`GetAbortReason`](#structFRHAPI__BodyUpdateOpportunityById_1a35ddba6cfa09314ca5ad65d8b80860c6)`()`
Gets the value of AbortReason_Optional, regardless of it having been set.
#### `public inline const ERHAPI_OpportunityAbortReason & `[`GetAbortReason`](#structFRHAPI__BodyUpdateOpportunityById_1ae05309f6a15da094c22bd28ebe1f0ffa)`() const`
Gets the value of AbortReason_Optional, regardless of it having been set.
#### `public inline const ERHAPI_OpportunityAbortReason & `[`GetAbortReason`](#structFRHAPI__BodyUpdateOpportunityById_1a08f3ad9fb9e6543ab7a00daf7ef0d432)`(const ERHAPI_OpportunityAbortReason & DefaultValue) const`
Gets the value of AbortReason_Optional, if it has been set, otherwise it returns DefaultValue.
#### `public inline bool `[`GetAbortReason`](#structFRHAPI__BodyUpdateOpportunityById_1aa4a6dbeb6533e1c8ba5e7302e95a1588)`(ERHAPI_OpportunityAbortReason & OutValue) const`
Fills OutValue with the value of AbortReason_Optional and returns true if it has been set, otherwise returns false.
#### `public inline ERHAPI_OpportunityAbortReason * `[`GetAbortReasonOrNull`](#structFRHAPI__BodyUpdateOpportunityById_1a5b30200ae487a65a8304fdcd4716587c)`()`
Returns a pointer to AbortReason_Optional, if it has been set, otherwise returns nullptr.
#### `public inline const ERHAPI_OpportunityAbortReason * `[`GetAbortReasonOrNull`](#structFRHAPI__BodyUpdateOpportunityById_1a22543c5f52181ace8e83ba1e50c0744a)`() const`
Returns a pointer to AbortReason_Optional, if it has been set, otherwise returns nullptr.
#### `public inline void `[`SetAbortReason`](#structFRHAPI__BodyUpdateOpportunityById_1a32cc9d390a455b9d5b0fcc019eb0d6d4)`(ERHAPI_OpportunityAbortReason NewValue)`
Sets the value of AbortReason_Optional and also sets AbortReason_IsSet to true.
#### `public inline void `[`ClearAbortReason`](#structFRHAPI__BodyUpdateOpportunityById_1ae3f0cb05ba5fb7ee72632ff1f8c44efa)`()`
Clears the value of AbortReason_Optional and sets AbortReason_IsSet to false.
#### `public inline int32 & `[`GetAbortSeconds`](#structFRHAPI__BodyUpdateOpportunityById_1ade4df84b05a41e53730e38ec57bc3324)`()`
Gets the value of AbortSeconds_Optional, regardless of it having been set.
#### `public inline const int32 & `[`GetAbortSeconds`](#structFRHAPI__BodyUpdateOpportunityById_1a8a2bf4770554be67faf9eec1247a0c3a)`() const`
Gets the value of AbortSeconds_Optional, regardless of it having been set.
#### `public inline const int32 & `[`GetAbortSeconds`](#structFRHAPI__BodyUpdateOpportunityById_1a62dced431ca409823b8e518dbeda2118)`(const int32 & DefaultValue) const`
Gets the value of AbortSeconds_Optional, if it has been set, otherwise it returns DefaultValue.
#### `public inline bool `[`GetAbortSeconds`](#structFRHAPI__BodyUpdateOpportunityById_1a0ea37dd712c4abbb181d2f9fe5ba7eed)`(int32 & OutValue) const`
Fills OutValue with the value of AbortSeconds_Optional and returns true if it has been set, otherwise returns false.
#### `public inline int32 * `[`GetAbortSecondsOrNull`](#structFRHAPI__BodyUpdateOpportunityById_1a9007e3f8f292d855e517a5c4fa6c4698)`()`
Returns a pointer to AbortSeconds_Optional, if it has been set, otherwise returns nullptr.
#### `public inline const int32 * `[`GetAbortSecondsOrNull`](#structFRHAPI__BodyUpdateOpportunityById_1af79d0a714a905431fda6d1487190f000)`() const`
Returns a pointer to AbortSeconds_Optional, if it has been set, otherwise returns nullptr.
#### `public inline void `[`SetAbortSeconds`](#structFRHAPI__BodyUpdateOpportunityById_1adbb5855b71849aed3f14e5fb78c8d38c)`(int32 NewValue)`
Sets the value of AbortSeconds_Optional and also sets AbortSeconds_IsSet to true.
#### `public inline void `[`ClearAbortSeconds`](#structFRHAPI__BodyUpdateOpportunityById_1a9043c9a127601316de50180e50e3ee1c)`()`
Clears the value of AbortSeconds_Optional and sets AbortSeconds_IsSet to false.
#### `public inline bool `[`IsAbortSecondsDefaultValue`](#structFRHAPI__BodyUpdateOpportunityById_1a36f8b9127d7f5d7f0d84f54449b27ee5)`() const`
Returns true if AbortSeconds_Optional is set and matches the default value.
#### `public inline void `[`SetAbortSecondsToDefault`](#structFRHAPI__BodyUpdateOpportunityById_1a8df7404741bbab7707ac20df7fd1d782)`()`
Sets the value of AbortSeconds_Optional to its default and also sets AbortSeconds_IsSet to true.