Package software.xdev.brevo.model
Class GetChildInfoAllOfApiKeys
java.lang.Object
software.xdev.brevo.model.GetChildInfoAllOfApiKeys
API Keys associated to child account
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddV2Item(GetChildInfoAllOfApiKeysV2 v2Item) addV3Item(GetChildInfoAllOfApiKeysV3 v3Item) booleangetV2()Get v2getV3()Get v3inthashCode()voidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_V2
- See Also:
-
JSON_PROPERTY_V3
- See Also:
-
-
Constructor Details
-
GetChildInfoAllOfApiKeys
public GetChildInfoAllOfApiKeys()
-
-
Method Details
-
v2
-
addV2Item
-
getV2
Get v2- Returns:
- v2
-
setV2
-
v3
-
addV3Item
-
getV3
Get v3- Returns:
- v3
-
setV3
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-