Class AccountPhoneCollection
- java.lang.Object
-
- br.com.senior.crm.http.camel.entities.account.AccountPhoneCollection
-
public class AccountPhoneCollection extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.camel.component.jackson.JacksonDataFormatJACKSON_DATA_FORMATList<AccountPhone>telephones
-
Constructor Summary
Constructors Constructor Description AccountPhoneCollection()
-
-
-
Field Detail
-
JACKSON_DATA_FORMAT
public static final org.apache.camel.component.jackson.JacksonDataFormat JACKSON_DATA_FORMAT
-
telephones
public List<AccountPhone> telephones
-
-