Package odata.msgraph.client.beta.entity
Class MeetingRegistrant
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- 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 Entity 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 StringjoinWebUrlprotected StringlastNameprotected OffsetDateTimeregistrationDateTimeprotected MeetingRegistrantStatusstatus-
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>getJoinWebUrl()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)MeetingRegistrantwithJoinWebUrl(String joinWebUrl)MeetingRegistrantwithLastName(String lastName)MeetingRegistrantwithRegistrationDateTime(OffsetDateTime registrationDateTime)MeetingRegistrantwithStatus(MeetingRegistrantStatus status)MeetingRegistrantwithUnmappedField(String name, String value)
-
-
-
Field Detail
-
customQuestionAnswers
protected List<CustomQuestionAnswer> customQuestionAnswers
-
customQuestionAnswersNextLink
protected String customQuestionAnswersNextLink
-
email
protected String email
-
firstName
protected String firstName
-
joinWebUrl
protected String joinWebUrl
-
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 classEntity
-
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 classEntity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classEntity
-
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)
-
withJoinWebUrl
public MeetingRegistrant withJoinWebUrl(String joinWebUrl)
-
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 classEntity
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEntity
-
patch
public MeetingRegistrant patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public MeetingRegistrant put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-