Package odata.msgraph.client.beta.entity
Class MeetingRegistrant
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.MeetingRegistrantBase
-
- odata.msgraph.client.beta.entity.MeetingRegistrant
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class MeetingRegistrant extends MeetingRegistrantBase implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMeetingRegistrant.Builder
-
Field Summary
Fields Modifier and Type Field Description protected List<CustomQuestionAnswer>customQuestionAnswersprotected StringcustomQuestionAnswersNextLinkprotected Stringemailprotected StringfirstNameprotected StringlastNameprotected OffsetDateTimeregistrationDateTimeprotected MeetingRegistrantStatusstatus-
Fields inherited from class odata.msgraph.client.beta.entity.MeetingRegistrantBase
joinWebUrl
-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedMeetingRegistrant()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MeetingRegistrant.BuilderbuilderMeetingRegistrant()Returns a builder which is used to create a new instance of this class (given that this class is immutable).com.github.davidmoten.odata.client.internal.ChangedFieldsgetChangedFields()com.github.davidmoten.odata.client.CollectionPage<CustomQuestionAnswer>getCustomQuestionAnswers()com.github.davidmoten.odata.client.CollectionPage<CustomQuestionAnswer>getCustomQuestionAnswers(com.github.davidmoten.odata.client.HttpRequestOptions options)Optional<String>getEmail()Optional<String>getFirstName()Optional<String>getLastName()Optional<OffsetDateTime>getRegistrationDateTime()Optional<MeetingRegistrantStatus>getStatus()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()MeetingRegistrantpatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.voidpostInject(boolean addKeysToContextPath)MeetingRegistrantput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).StringtoString()MeetingRegistrantwithCustomQuestionAnswers(List<CustomQuestionAnswer> customQuestionAnswers)MeetingRegistrantwithEmail(String email)MeetingRegistrantwithFirstName(String firstName)MeetingRegistrantwithLastName(String lastName)MeetingRegistrantwithRegistrationDateTime(OffsetDateTime registrationDateTime)MeetingRegistrantwithStatus(MeetingRegistrantStatus status)MeetingRegistrantwithUnmappedField(String name, String value)-
Methods inherited from class odata.msgraph.client.beta.entity.MeetingRegistrantBase
getJoinWebUrl, withJoinWebUrl
-
-
-
-
Field Detail
-
customQuestionAnswers
protected List<CustomQuestionAnswer> customQuestionAnswers
-
customQuestionAnswersNextLink
protected String customQuestionAnswersNextLink
-
email
protected String email
-
firstName
protected String firstName
-
lastName
protected String lastName
-
registrationDateTime
protected OffsetDateTime registrationDateTime
-
status
protected MeetingRegistrantStatus status
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classMeetingRegistrantBase
-
builderMeetingRegistrant
public static MeetingRegistrant.Builder builderMeetingRegistrant()
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
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classMeetingRegistrantBase
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classMeetingRegistrantBase
-
getCustomQuestionAnswers
public com.github.davidmoten.odata.client.CollectionPage<CustomQuestionAnswer> getCustomQuestionAnswers()
-
withCustomQuestionAnswers
public MeetingRegistrant withCustomQuestionAnswers(List<CustomQuestionAnswer> customQuestionAnswers)
-
getCustomQuestionAnswers
public com.github.davidmoten.odata.client.CollectionPage<CustomQuestionAnswer> getCustomQuestionAnswers(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withEmail
public MeetingRegistrant withEmail(String email)
-
withFirstName
public MeetingRegistrant withFirstName(String firstName)
-
withLastName
public MeetingRegistrant withLastName(String lastName)
-
getRegistrationDateTime
public Optional<OffsetDateTime> getRegistrationDateTime()
-
withRegistrationDateTime
public MeetingRegistrant withRegistrationDateTime(OffsetDateTime registrationDateTime)
-
getStatus
public Optional<MeetingRegistrantStatus> getStatus()
-
withStatus
public MeetingRegistrant withStatus(MeetingRegistrantStatus status)
-
withUnmappedField
public MeetingRegistrant withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classMeetingRegistrantBase
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classMeetingRegistrantBase
-
patch
public MeetingRegistrant patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.- Overrides:
patchin classMeetingRegistrantBase- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
put
public MeetingRegistrant put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).- Overrides:
putin classMeetingRegistrantBase- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
toString
public String toString()
- Overrides:
toStringin classMeetingRegistrantBase
-
-