Package odata.msgraph.client.complex
Class BookingCustomerInformation
- java.lang.Object
-
- odata.msgraph.client.complex.BookingCustomerInformationBase
-
- odata.msgraph.client.complex.BookingCustomerInformation
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class BookingCustomerInformation extends BookingCustomerInformationBase implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBookingCustomerInformation.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringcustomerIdprotected List<BookingQuestionAnswer>customQuestionAnswersprotected StringcustomQuestionAnswersNextLinkprotected StringemailAddressprotected Locationlocationprotected Stringnameprotected Stringnotesprotected Stringphoneprotected StringtimeZone-
Fields inherited from class odata.msgraph.client.complex.BookingCustomerInformationBase
contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBookingCustomerInformation()
-
Method Summary
-
-
-
Field Detail
-
customerId
protected String customerId
-
customQuestionAnswers
protected List<BookingQuestionAnswer> customQuestionAnswers
-
customQuestionAnswersNextLink
protected String customQuestionAnswersNextLink
-
emailAddress
protected String emailAddress
-
location
protected Location location
-
name
protected String name
-
notes
protected String notes
-
phone
protected String phone
-
timeZone
protected String timeZone
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classBookingCustomerInformationBase
-
withCustomerId
public BookingCustomerInformation withCustomerId(String customerId)
-
getCustomQuestionAnswers
public com.github.davidmoten.odata.client.CollectionPage<BookingQuestionAnswer> getCustomQuestionAnswers()
-
getCustomQuestionAnswers
public com.github.davidmoten.odata.client.CollectionPage<BookingQuestionAnswer> getCustomQuestionAnswers(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withEmailAddress
public BookingCustomerInformation withEmailAddress(String emailAddress)
-
withLocation
public BookingCustomerInformation withLocation(Location location)
-
withName
public BookingCustomerInformation withName(String name)
-
withNotes
public BookingCustomerInformation withNotes(String notes)
-
withPhone
public BookingCustomerInformation withPhone(String phone)
-
withTimeZone
public BookingCustomerInformation withTimeZone(String timeZone)
-
withUnmappedField
public BookingCustomerInformation withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classBookingCustomerInformationBase
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classBookingCustomerInformationBase
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classBookingCustomerInformationBase
-
builderBookingCustomerInformation
public static BookingCustomerInformation.Builder builderBookingCustomerInformation()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
toString
public String toString()
- Overrides:
toStringin classBookingCustomerInformationBase
-
-