-
- All Implemented Interfaces:
public class TermsAndConditions.Builder
-
-
Method Summary
Modifier and Type Method Description TermsAndConditions.BuildersetUrl(@Nullable() String url)Sets Url of terms &condition TermsAndConditions.BuildersetVersion(int version)Sets version of terms &condition TermsAndConditions.BuildersetText(@Nullable() String text)Sets text of terms &condition TermsAndConditions.BuildersetLanguageCode(@Nullable() String languageCode)Sets language code of terms &condition TermsAndConditionsbuild()Creates a new instance of TermsAndConditions with the provided values. -
-
Method Detail
-
setUrl
TermsAndConditions.Builder setUrl(@Nullable() String url)
Sets Url of terms &condition
- Parameters:
url- the URL of the terms and conditions, or null if not set.
-
setVersion
TermsAndConditions.Builder setVersion(int version)
Sets version of terms &condition
- Parameters:
version- the version of the terms and conditions.
-
setText
TermsAndConditions.Builder setText(@Nullable() String text)
Sets text of terms &condition
- Parameters:
text- the text of the terms and conditions, or null if not set.
-
setLanguageCode
TermsAndConditions.Builder setLanguageCode(@Nullable() String languageCode)
Sets language code of terms &condition
- Parameters:
languageCode- the language code of the terms and conditions, or null if not set.
-
build
TermsAndConditions build()
Creates a new instance of TermsAndConditions with the provided values. TermsAndConditions
-
-
-
-