Package io.moov.sdk.models.components
Class TermsOfService.Builder
- java.lang.Object
-
- io.moov.sdk.models.components.TermsOfService.Builder
-
- Enclosing class:
- TermsOfService
public static final class TermsOfService.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TermsOfService.BuilderacceptedDate(java.time.OffsetDateTime acceptedDate)The date and time the terms of service were accepted.TermsOfService.BuilderacceptedIP(java.lang.String acceptedIP)The IP address from which the terms of service were accepted.TermsOfServicebuild()
-
-
-
Method Detail
-
acceptedDate
public TermsOfService.Builder acceptedDate(java.time.OffsetDateTime acceptedDate)
The date and time the terms of service were accepted.
-
acceptedIP
public TermsOfService.Builder acceptedIP(java.lang.String acceptedIP)
The IP address from which the terms of service were accepted.
-
build
public TermsOfService build()
-
-