Class BookingCustomerInformation.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.BookingCustomerInformation.Builder
-
- Enclosing class:
- BookingCustomerInformation
public static final class BookingCustomerInformation.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BookingCustomerInformationbuild()BookingCustomerInformation.BuildercustomerId(String customerId)BookingCustomerInformation.BuildercustomQuestionAnswers(List<BookingQuestionAnswer> customQuestionAnswers)BookingCustomerInformation.BuildercustomQuestionAnswers(BookingQuestionAnswer... customQuestionAnswers)BookingCustomerInformation.BuildercustomQuestionAnswersNextLink(String customQuestionAnswersNextLink)BookingCustomerInformation.BuilderemailAddress(String emailAddress)BookingCustomerInformation.Builderlocation(Location location)BookingCustomerInformation.Buildername(String name)BookingCustomerInformation.Buildernotes(String notes)BookingCustomerInformation.Builderphone(String phone)BookingCustomerInformation.BuildertimeZone(String timeZone)
-
-
-
Method Detail
-
customerId
public BookingCustomerInformation.Builder customerId(String customerId)
-
customQuestionAnswers
public BookingCustomerInformation.Builder customQuestionAnswers(List<BookingQuestionAnswer> customQuestionAnswers)
-
customQuestionAnswers
public BookingCustomerInformation.Builder customQuestionAnswers(BookingQuestionAnswer... customQuestionAnswers)
-
customQuestionAnswersNextLink
public BookingCustomerInformation.Builder customQuestionAnswersNextLink(String customQuestionAnswersNextLink)
-
emailAddress
public BookingCustomerInformation.Builder emailAddress(String emailAddress)
-
location
public BookingCustomerInformation.Builder location(Location location)
-
name
public BookingCustomerInformation.Builder name(String name)
-
notes
public BookingCustomerInformation.Builder notes(String notes)
-
phone
public BookingCustomerInformation.Builder phone(String phone)
-
timeZone
public BookingCustomerInformation.Builder timeZone(String timeZone)
-
build
public BookingCustomerInformation build()
-
-