Uses of Class
com.oracle.bmc.ospgateway.model.Field
-
Packages that use Field Package Description com.oracle.bmc.ospgateway.model -
-
Uses of Field in com.oracle.bmc.ospgateway.model
Methods in com.oracle.bmc.ospgateway.model that return Field Modifier and Type Method Description Field
Field.Builder. build()
Methods in com.oracle.bmc.ospgateway.model that return types with arguments of type Field Modifier and Type Method Description List<Field>
AddressTypeRule. getFields()
Address type rule fieldsList<Field>
ContactTypeRule. getFields()
Contact type rule fieldsList<Field>
TaxTypeRule. getFields()
Tax type rule fieldsMethods in com.oracle.bmc.ospgateway.model with parameters of type Field Modifier and Type Method Description Field.Builder
Field.Builder. copy(Field model)
Method parameters in com.oracle.bmc.ospgateway.model with type arguments of type Field Modifier and Type Method Description AddressTypeRule.Builder
AddressTypeRule.Builder. fields(List<Field> fields)
Address type rule fieldsContactTypeRule.Builder
ContactTypeRule.Builder. fields(List<Field> fields)
Contact type rule fieldsTaxTypeRule.Builder
TaxTypeRule.Builder. fields(List<Field> fields)
Tax type rule fieldsConstructor parameters in com.oracle.bmc.ospgateway.model with type arguments of type Field Constructor Description AddressTypeRule(ThirdPartyValidationType thirdPartyValidation, List<Field> fields)
Deprecated.ContactTypeRule(List<Field> fields)
Deprecated.TaxTypeRule(List<Field> fields, List<ValueSetEntity> valueSet)
Deprecated.
-