Skip to content

RHAPI_SendInBlueContact

Summary

MembersDescriptions
struct FRHAPI_SendInBlueContactSendInBlue contact.

struct FRHAPI_SendInBlueContact

struct FRHAPI_SendInBlueContact
: public FRHAPI_Model

SendInBlue contact.

Summary

MembersDescriptions
public FString EmailEmail address.
public FRHAPI_JsonObject Attributes_OptionalAttributes.
public bool Attributes_IsSettrue if Attributes_Optional has been set to a value
public bool EmailBlacklisted_OptionalEmail blacklisted.
public bool EmailBlacklisted_IsSettrue if EmailBlacklisted_Optional has been set to a value
public TArray< int32 > ListIds_OptionalList IDs.
public bool ListIds_IsSettrue if ListIds_Optional has been set to a value
public TArray< int32 > UnlinkListIds_OptionalUnlink list IDs.
public bool UnlinkListIds_IsSettrue if UnlinkListIds_Optional has been set to a value
public bool UpdateEnabled_OptionalUpdate enabled.
public bool UpdateEnabled_IsSettrue if UpdateEnabled_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 FString & GetEmail()Gets the value of Email.
public inline const FString & GetEmail() constGets the value of Email.
public inline void SetEmail(FString NewValue)Sets the value of Email.
public inline FRHAPI_JsonObject&GetAttributes()Gets the value of Attributes_Optional, regardless of it having been set.
public inline const FRHAPI_JsonObject&GetAttributes() constGets the value of Attributes_Optional, regardless of it having been set.
public inline const FRHAPI_JsonObject&GetAttributes(const FRHAPI_JsonObject & DefaultValue) constGets the value of Attributes_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetAttributes(FRHAPI_JsonObject & OutValue) constFills OutValue with the value of Attributes_Optional and returns true if it has been set, otherwise returns false.
public inline FRHAPI_JsonObject*GetAttributesOrNull()Returns a pointer to Attributes_Optional, if it has been set, otherwise returns nullptr.
public inline const FRHAPI_JsonObject*GetAttributesOrNull() constReturns a pointer to Attributes_Optional, if it has been set, otherwise returns nullptr.
public inline void SetAttributes(FRHAPI_JsonObject NewValue)Sets the value of Attributes_Optional and also sets Attributes_IsSet to true.
public inline void ClearAttributes()Clears the value of Attributes_Optional and sets Attributes_IsSet to false.
public inline bool & GetEmailBlacklisted()Gets the value of EmailBlacklisted_Optional, regardless of it having been set.
public inline const bool & GetEmailBlacklisted() constGets the value of EmailBlacklisted_Optional, regardless of it having been set.
public inline const bool & GetEmailBlacklisted(const bool & DefaultValue) constGets the value of EmailBlacklisted_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetEmailBlacklisted(bool & OutValue) constFills OutValue with the value of EmailBlacklisted_Optional and returns true if it has been set, otherwise returns false.
public inline bool * GetEmailBlacklistedOrNull()Returns a pointer to EmailBlacklisted_Optional, if it has been set, otherwise returns nullptr.
public inline const bool * GetEmailBlacklistedOrNull() constReturns a pointer to EmailBlacklisted_Optional, if it has been set, otherwise returns nullptr.
public inline void SetEmailBlacklisted(bool NewValue)Sets the value of EmailBlacklisted_Optional and also sets EmailBlacklisted_IsSet to true.
public inline void ClearEmailBlacklisted()Clears the value of EmailBlacklisted_Optional and sets EmailBlacklisted_IsSet to false.
public inline bool IsEmailBlacklistedDefaultValue() constReturns true if EmailBlacklisted_Optional is set and matches the default value.
public inline void SetEmailBlacklistedToDefault()Sets the value of EmailBlacklisted_Optional to its default and also sets EmailBlacklisted_IsSet to true.
public inline TArray< int32 > & GetListIds()Gets the value of ListIds_Optional, regardless of it having been set.
public inline const TArray< int32 > & GetListIds() constGets the value of ListIds_Optional, regardless of it having been set.
public inline const TArray< int32 > & GetListIds(const TArray< int32 > & DefaultValue) constGets the value of ListIds_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetListIds(TArray< int32 > & OutValue) constFills OutValue with the value of ListIds_Optional and returns true if it has been set, otherwise returns false.
public inline TArray< int32 > * GetListIdsOrNull()Returns a pointer to ListIds_Optional, if it has been set, otherwise returns nullptr.
public inline const TArray< int32 > * GetListIdsOrNull() constReturns a pointer to ListIds_Optional, if it has been set, otherwise returns nullptr.
public inline void SetListIds(TArray< int32 > NewValue)Sets the value of ListIds_Optional and also sets ListIds_IsSet to true.
public inline void ClearListIds()Clears the value of ListIds_Optional and sets ListIds_IsSet to false.
public inline TArray< int32 > & GetUnlinkListIds()Gets the value of UnlinkListIds_Optional, regardless of it having been set.
public inline const TArray< int32 > & GetUnlinkListIds() constGets the value of UnlinkListIds_Optional, regardless of it having been set.
public inline const TArray< int32 > & GetUnlinkListIds(const TArray< int32 > & DefaultValue) constGets the value of UnlinkListIds_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetUnlinkListIds(TArray< int32 > & OutValue) constFills OutValue with the value of UnlinkListIds_Optional and returns true if it has been set, otherwise returns false.
public inline TArray< int32 > * GetUnlinkListIdsOrNull()Returns a pointer to UnlinkListIds_Optional, if it has been set, otherwise returns nullptr.
public inline const TArray< int32 > * GetUnlinkListIdsOrNull() constReturns a pointer to UnlinkListIds_Optional, if it has been set, otherwise returns nullptr.
public inline void SetUnlinkListIds(TArray< int32 > NewValue)Sets the value of UnlinkListIds_Optional and also sets UnlinkListIds_IsSet to true.
public inline void ClearUnlinkListIds()Clears the value of UnlinkListIds_Optional and sets UnlinkListIds_IsSet to false.
public inline bool & GetUpdateEnabled()Gets the value of UpdateEnabled_Optional, regardless of it having been set.
public inline const bool & GetUpdateEnabled() constGets the value of UpdateEnabled_Optional, regardless of it having been set.
public inline const bool & GetUpdateEnabled(const bool & DefaultValue) constGets the value of UpdateEnabled_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetUpdateEnabled(bool & OutValue) constFills OutValue with the value of UpdateEnabled_Optional and returns true if it has been set, otherwise returns false.
public inline bool * GetUpdateEnabledOrNull()Returns a pointer to UpdateEnabled_Optional, if it has been set, otherwise returns nullptr.
public inline const bool * GetUpdateEnabledOrNull() constReturns a pointer to UpdateEnabled_Optional, if it has been set, otherwise returns nullptr.
public inline void SetUpdateEnabled(bool NewValue)Sets the value of UpdateEnabled_Optional and also sets UpdateEnabled_IsSet to true.
public inline void ClearUpdateEnabled()Clears the value of UpdateEnabled_Optional and sets UpdateEnabled_IsSet to false.
public inline bool IsUpdateEnabledDefaultValue() constReturns true if UpdateEnabled_Optional is set and matches the default value.
public inline void SetUpdateEnabledToDefault()Sets the value of UpdateEnabled_Optional to its default and also sets UpdateEnabled_IsSet to true.

Members

public FString Email

Email address.


#### `public `[`FRHAPI_JsonObject`](undefined.md#structFRHAPI__JsonObject)` `[`Attributes_Optional`](#structFRHAPI__SendInBlueContact_1a768398f30f35727e97ae0553e80fdccb)

Attributes.


#### `public bool `[`Attributes_IsSet`](#structFRHAPI__SendInBlueContact_1ad2a67f41968390d4cf2677aa34479667)

true if Attributes_Optional has been set to a value


#### `public bool `[`EmailBlacklisted_Optional`](#structFRHAPI__SendInBlueContact_1a4eb54281e103d49aa7a401f1a4380843)

Email blacklisted.


#### `public bool `[`EmailBlacklisted_IsSet`](#structFRHAPI__SendInBlueContact_1adb78d96f39655a66f12d5e76393649ab)

true if EmailBlacklisted_Optional has been set to a value


#### `public TArray< int32 > `[`ListIds_Optional`](#structFRHAPI__SendInBlueContact_1afd9ccd77f63a9a86a39a8cf17ed4667c)

List IDs.


#### `public bool `[`ListIds_IsSet`](#structFRHAPI__SendInBlueContact_1ac9547f84f1829532edee0b6ff99ed08c)

true if ListIds_Optional has been set to a value


#### `public TArray< int32 > `[`UnlinkListIds_Optional`](#structFRHAPI__SendInBlueContact_1a1faa2eb247b45d3fe26774ec02aad67f)

Unlink list IDs.


#### `public bool `[`UnlinkListIds_IsSet`](#structFRHAPI__SendInBlueContact_1a229c851fe9bc2c4e48ae3249962279fc)

true if UnlinkListIds_Optional has been set to a value


#### `public bool `[`UpdateEnabled_Optional`](#structFRHAPI__SendInBlueContact_1a227fe444e6106d9b8ed68078776f8fb0)

Update enabled.


#### `public bool `[`UpdateEnabled_IsSet`](#structFRHAPI__SendInBlueContact_1a4479e2d747f83edd483a4864a864fd1b)

true if UpdateEnabled_Optional has been set to a value


#### `public virtual bool `[`FromJson`](#structFRHAPI__SendInBlueContact_1afd153a9f368a76d84691a109a842129a)`(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__SendInBlueContact_1afee18ef1912e56f08af2f4acab2559f8)`(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 FString & `[`GetEmail`](#structFRHAPI__SendInBlueContact_1a9101c7cf39e127ff7279718c6b55cc57)`()`

Gets the value of Email.


#### `public inline const FString & `[`GetEmail`](#structFRHAPI__SendInBlueContact_1a36347ad9d5cdbc08cb7ee81effa148f2)`() const`

Gets the value of Email.


#### `public inline void `[`SetEmail`](#structFRHAPI__SendInBlueContact_1af6364832486ab9285bf5f762925e0643)`(FString NewValue)`

Sets the value of Email.


#### `public inline `[`FRHAPI_JsonObject`](undefined.md#structFRHAPI__JsonObject)` & `[`GetAttributes`](#structFRHAPI__SendInBlueContact_1a963748048eef99851bc2f10fa9bda3df)`()`

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


#### `public inline const `[`FRHAPI_JsonObject`](undefined.md#structFRHAPI__JsonObject)` & `[`GetAttributes`](#structFRHAPI__SendInBlueContact_1ac90c7a20159c2e7de6f889d060851cf7)`() const`

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


#### `public inline const `[`FRHAPI_JsonObject`](undefined.md#structFRHAPI__JsonObject)` & `[`GetAttributes`](#structFRHAPI__SendInBlueContact_1af81a592a0dff653eccfad6582ea4968e)`(const `[`FRHAPI_JsonObject`](undefined.md#structFRHAPI__JsonObject)` & DefaultValue) const`

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


#### `public inline bool `[`GetAttributes`](#structFRHAPI__SendInBlueContact_1a4a327da48c9aa4cca9e11806011aa91d)`(`[`FRHAPI_JsonObject`](undefined.md#structFRHAPI__JsonObject)` & OutValue) const`

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


#### `public inline `[`FRHAPI_JsonObject`](undefined.md#structFRHAPI__JsonObject)` * `[`GetAttributesOrNull`](#structFRHAPI__SendInBlueContact_1adeb0c804608c728b4dc05084e9af205f)`()`

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


#### `public inline const `[`FRHAPI_JsonObject`](undefined.md#structFRHAPI__JsonObject)` * `[`GetAttributesOrNull`](#structFRHAPI__SendInBlueContact_1aad5a7574fde383d1bc926d3aa388525f)`() const`

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


#### `public inline void `[`SetAttributes`](#structFRHAPI__SendInBlueContact_1a13bd2b3a0d69e6984621b3611780c34d)`(`[`FRHAPI_JsonObject`](undefined.md#structFRHAPI__JsonObject)` NewValue)`

Sets the value of Attributes_Optional and also sets Attributes_IsSet to true.


#### `public inline void `[`ClearAttributes`](#structFRHAPI__SendInBlueContact_1aef4f44a54a0b4ecb45e5c5c22a7c132d)`()`

Clears the value of Attributes_Optional and sets Attributes_IsSet to false.


#### `public inline bool & `[`GetEmailBlacklisted`](#structFRHAPI__SendInBlueContact_1a4cb2b041c5c82ad304fa0617a75ba47a)`()`

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


#### `public inline const bool & `[`GetEmailBlacklisted`](#structFRHAPI__SendInBlueContact_1af01e694637fd7f5638ae5778d343e056)`() const`

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


#### `public inline const bool & `[`GetEmailBlacklisted`](#structFRHAPI__SendInBlueContact_1a2eb8dc9f868b0e9e172b47d079ab9eb0)`(const bool & DefaultValue) const`

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


#### `public inline bool `[`GetEmailBlacklisted`](#structFRHAPI__SendInBlueContact_1aa5cdc0ad2170d230d1047b8cbe7778db)`(bool & OutValue) const`

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


#### `public inline bool * `[`GetEmailBlacklistedOrNull`](#structFRHAPI__SendInBlueContact_1a660a937eaa756a2d71fff735c3aa9436)`()`

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


#### `public inline const bool * `[`GetEmailBlacklistedOrNull`](#structFRHAPI__SendInBlueContact_1a34a3540d16ac26b8e488a4fb349516a6)`() const`

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


#### `public inline void `[`SetEmailBlacklisted`](#structFRHAPI__SendInBlueContact_1adec1e08026090606572f1c81710896a9)`(bool NewValue)`

Sets the value of EmailBlacklisted_Optional and also sets EmailBlacklisted_IsSet to true.


#### `public inline void `[`ClearEmailBlacklisted`](#structFRHAPI__SendInBlueContact_1aa51a7edca5560903b8acb968619ecd99)`()`

Clears the value of EmailBlacklisted_Optional and sets EmailBlacklisted_IsSet to false.


#### `public inline bool `[`IsEmailBlacklistedDefaultValue`](#structFRHAPI__SendInBlueContact_1a4a2a76b3853bf3854b476494dac95097)`() const`

Returns true if EmailBlacklisted_Optional is set and matches the default value.


#### `public inline void `[`SetEmailBlacklistedToDefault`](#structFRHAPI__SendInBlueContact_1a3faf237e0b96ef466a21fcae40d5559d)`()`

Sets the value of EmailBlacklisted_Optional to its default and also sets EmailBlacklisted_IsSet to true.


#### `public inline TArray< int32 > & `[`GetListIds`](#structFRHAPI__SendInBlueContact_1a32996960334b43550b6df9697b90b0a4)`()`

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


#### `public inline const TArray< int32 > & `[`GetListIds`](#structFRHAPI__SendInBlueContact_1adb1b7f5eec28461c58d7fa82943677f2)`() const`

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


#### `public inline const TArray< int32 > & `[`GetListIds`](#structFRHAPI__SendInBlueContact_1ab2d5d9f75d40bb8afc3a19d559a8649f)`(const TArray< int32 > & DefaultValue) const`

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


#### `public inline bool `[`GetListIds`](#structFRHAPI__SendInBlueContact_1a8249ab6337f81af308b1f4732b2aa247)`(TArray< int32 > & OutValue) const`

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


#### `public inline TArray< int32 > * `[`GetListIdsOrNull`](#structFRHAPI__SendInBlueContact_1a5bf74841aedf5a249071e345a6c03f8d)`()`

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


#### `public inline const TArray< int32 > * `[`GetListIdsOrNull`](#structFRHAPI__SendInBlueContact_1a2d7041eeedde05ca54dc03780b156333)`() const`

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


#### `public inline void `[`SetListIds`](#structFRHAPI__SendInBlueContact_1af9e064246fce38905490d9706c08a291)`(TArray< int32 > NewValue)`

Sets the value of ListIds_Optional and also sets ListIds_IsSet to true.


#### `public inline void `[`ClearListIds`](#structFRHAPI__SendInBlueContact_1a95e57bb78e908e0c7bca8bd9679c2d2b)`()`

Clears the value of ListIds_Optional and sets ListIds_IsSet to false.


#### `public inline TArray< int32 > & `[`GetUnlinkListIds`](#structFRHAPI__SendInBlueContact_1a563766947f346b8a0cef8f549387ec00)`()`

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


#### `public inline const TArray< int32 > & `[`GetUnlinkListIds`](#structFRHAPI__SendInBlueContact_1acf3e46a654bec910195bbbdfe83808c5)`() const`

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


#### `public inline const TArray< int32 > & `[`GetUnlinkListIds`](#structFRHAPI__SendInBlueContact_1a8887d8085214adc583f8d545d2835c20)`(const TArray< int32 > & DefaultValue) const`

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


#### `public inline bool `[`GetUnlinkListIds`](#structFRHAPI__SendInBlueContact_1a3b7ce70c5d50167b41281d39332fee97)`(TArray< int32 > & OutValue) const`

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


#### `public inline TArray< int32 > * `[`GetUnlinkListIdsOrNull`](#structFRHAPI__SendInBlueContact_1ac7bb27671781916f209b93103b5f2abf)`()`

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


#### `public inline const TArray< int32 > * `[`GetUnlinkListIdsOrNull`](#structFRHAPI__SendInBlueContact_1a154612291299325cfd922ed11f9d1fbd)`() const`

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


#### `public inline void `[`SetUnlinkListIds`](#structFRHAPI__SendInBlueContact_1a981daf3c362565630248880741275b42)`(TArray< int32 > NewValue)`

Sets the value of UnlinkListIds_Optional and also sets UnlinkListIds_IsSet to true.


#### `public inline void `[`ClearUnlinkListIds`](#structFRHAPI__SendInBlueContact_1a5b95f4f0c0e94242e0e66e3903529d8c)`()`

Clears the value of UnlinkListIds_Optional and sets UnlinkListIds_IsSet to false.


#### `public inline bool & `[`GetUpdateEnabled`](#structFRHAPI__SendInBlueContact_1afae60bf8519d0a0f541be3d2a48b3449)`()`

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


#### `public inline const bool & `[`GetUpdateEnabled`](#structFRHAPI__SendInBlueContact_1ab5fd99bbe37670e4bff6f500ba283fe4)`() const`

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


#### `public inline const bool & `[`GetUpdateEnabled`](#structFRHAPI__SendInBlueContact_1a8da2f36f7ba4f777ff9d581f8aba8b93)`(const bool & DefaultValue) const`

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


#### `public inline bool `[`GetUpdateEnabled`](#structFRHAPI__SendInBlueContact_1af29c3aa6e96928648158b714eeda3ada)`(bool & OutValue) const`

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


#### `public inline bool * `[`GetUpdateEnabledOrNull`](#structFRHAPI__SendInBlueContact_1a78910a3eb406e69a6b64f08934ee5259)`()`

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


#### `public inline const bool * `[`GetUpdateEnabledOrNull`](#structFRHAPI__SendInBlueContact_1a94363265bd68d18e2e6ccf8291e3aad4)`() const`

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


#### `public inline void `[`SetUpdateEnabled`](#structFRHAPI__SendInBlueContact_1a57ecc6fda4fbdf8a9bd106e274c026f6)`(bool NewValue)`

Sets the value of UpdateEnabled_Optional and also sets UpdateEnabled_IsSet to true.


#### `public inline void `[`ClearUpdateEnabled`](#structFRHAPI__SendInBlueContact_1a6da8611cb3675b22593e034578a0886c)`()`

Clears the value of UpdateEnabled_Optional and sets UpdateEnabled_IsSet to false.


#### `public inline bool `[`IsUpdateEnabledDefaultValue`](#structFRHAPI__SendInBlueContact_1ad02e90be12448e9da0e518d7bed8872a)`() const`

Returns true if UpdateEnabled_Optional is set and matches the default value.


#### `public inline void `[`SetUpdateEnabledToDefault`](#structFRHAPI__SendInBlueContact_1af5524c67044a55e677378e61ff88f9e8)`()`

Sets the value of UpdateEnabled_Optional to its default and also sets UpdateEnabled_IsSet to true.