Class NumberFormatCheckResult.NumberFormatCheckResultBuilder<C extends NumberFormatCheckResult,B extends NumberFormatCheckResult.NumberFormatCheckResultBuilder<C,B>>
java.lang.Object
de.kaiserpfalzedv.services.sms77.model.NumberFormatCheckResult.NumberFormatCheckResultBuilder<C,B>
- Enclosing class:
NumberFormatCheckResult
public abstract static class NumberFormatCheckResult.NumberFormatCheckResultBuilder<C extends NumberFormatCheckResult,B extends NumberFormatCheckResult.NumberFormatCheckResultBuilder<C,B>>
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract C
build()
country_code
(String country_code) country_iso
(String country_iso) country_name
(String country_name) international
(String international) international_formatted
(String international_formatted) network_type
(String network_type) success
(boolean success) toString()
-
Constructor Details
-
NumberFormatCheckResultBuilder
public NumberFormatCheckResultBuilder()
-
-
Method Details