Class GetTermsOfServiceAcceptanceInfosResponse
- java.lang.Object
-
- com.adyen.model.legalentitymanagement.GetTermsOfServiceAcceptanceInfosResponse
-
public class GetTermsOfServiceAcceptanceInfosResponse extends Object
GetTermsOfServiceAcceptanceInfosResponse
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_DATA
-
Constructor Summary
Constructors Constructor Description GetTermsOfServiceAcceptanceInfosResponse()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description GetTermsOfServiceAcceptanceInfosResponseaddDataItem(TermsOfServiceAcceptanceInfo dataItem)GetTermsOfServiceAcceptanceInfosResponsedata(List<TermsOfServiceAcceptanceInfo> data)booleanequals(Object o)Return true if this GetTermsOfServiceAcceptanceInfosResponse object is equal to o.static GetTermsOfServiceAcceptanceInfosResponsefromJson(String jsonString)Create an instance of GetTermsOfServiceAcceptanceInfosResponse given an JSON stringList<TermsOfServiceAcceptanceInfo>getData()The Terms of Service acceptance information.inthashCode()voidsetData(List<TermsOfServiceAcceptanceInfo> data)The Terms of Service acceptance information.StringtoJson()Convert an instance of GetTermsOfServiceAcceptanceInfosResponse to an JSON stringStringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_DATA
public static final String JSON_PROPERTY_DATA
- See Also:
- Constant Field Values
-
-
Method Detail
-
data
public GetTermsOfServiceAcceptanceInfosResponse data(List<TermsOfServiceAcceptanceInfo> data)
-
addDataItem
public GetTermsOfServiceAcceptanceInfosResponse addDataItem(TermsOfServiceAcceptanceInfo dataItem)
-
getData
public List<TermsOfServiceAcceptanceInfo> getData()
The Terms of Service acceptance information.- Returns:
- data
-
setData
public void setData(List<TermsOfServiceAcceptanceInfo> data)
The Terms of Service acceptance information.- Parameters:
data-
-
equals
public boolean equals(Object o)
Return true if this GetTermsOfServiceAcceptanceInfosResponse object is equal to o.
-
fromJson
public static GetTermsOfServiceAcceptanceInfosResponse fromJson(String jsonString) throws com.fasterxml.jackson.core.JsonProcessingException
Create an instance of GetTermsOfServiceAcceptanceInfosResponse given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of GetTermsOfServiceAcceptanceInfosResponse
- Throws:
com.fasterxml.jackson.core.JsonProcessingException- if the JSON string is invalid with respect to GetTermsOfServiceAcceptanceInfosResponse
-
toJson
public String toJson() throws com.fasterxml.jackson.core.JsonProcessingException
Convert an instance of GetTermsOfServiceAcceptanceInfosResponse to an JSON string- Returns:
- JSON string
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
-