Package com.confidentify.client.model
Class PhoneRequest
- java.lang.Object
-
- com.confidentify.client.model.PhoneRequest
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-18T21:51:17.428661900+02:00[Europe/Paris]") public class PhoneRequest extends Object
PhoneRequest
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_RECORDS
-
Constructor Summary
Constructors Constructor Description PhoneRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PhoneRequestaddRecordsItem(PhoneRequestRecord recordsItem)booleanequals(Object o)List<PhoneRequestRecord>getRecords()Get recordsinthashCode()PhoneRequestrecords(List<PhoneRequestRecord> records)voidsetRecords(List<PhoneRequestRecord> records)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_RECORDS
public static final String SERIALIZED_NAME_RECORDS
- See Also:
- Constant Field Values
-
-
Method Detail
-
records
public PhoneRequest records(List<PhoneRequestRecord> records)
-
addRecordsItem
public PhoneRequest addRecordsItem(PhoneRequestRecord recordsItem)
-
getRecords
@Nullable public List<PhoneRequestRecord> getRecords()
Get records- Returns:
- records
-
setRecords
public void setRecords(List<PhoneRequestRecord> records)
-
-