Uses of Class
odata.msgraph.client.beta.complex.ParticipantInfo
-
Packages that use ParticipantInfo Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of ParticipantInfo in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as ParticipantInfo Modifier and Type Field Description protected ParticipantInfoRecordingInfo. initiatedByMethods in odata.msgraph.client.beta.complex that return ParticipantInfo Modifier and Type Method Description ParticipantInfoParticipantInfo.Builder. build()ParticipantInfoParticipantInfo. withCountryCode(String countryCode)ParticipantInfoParticipantInfo. withEndpointType(EndpointType endpointType)ParticipantInfoParticipantInfo. withIdentity(IdentitySet identity)ParticipantInfoParticipantInfo. withLanguageId(String languageId)ParticipantInfoParticipantInfo. withParticipantId(String participantId)ParticipantInfoParticipantInfo. withPlatformId(String platformId)ParticipantInfoParticipantInfo. withRegion(String region)ParticipantInfoParticipantInfo. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type ParticipantInfo Modifier and Type Method Description Optional<ParticipantInfo>RecordingInfo. getInitiatedBy()Methods in odata.msgraph.client.beta.complex with parameters of type ParticipantInfo Modifier and Type Method Description RecordingInfo.BuilderRecordingInfo.Builder. initiatedBy(ParticipantInfo initiatedBy)RecordingInfoRecordingInfo. withInitiatedBy(ParticipantInfo initiatedBy) -
Uses of ParticipantInfo in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as ParticipantInfo Modifier and Type Field Description protected ParticipantInfoCall. answeredByprotected ParticipantInfoParticipant. infoprotected ParticipantInfoCall. sourceMethods in odata.msgraph.client.beta.entity that return types with arguments of type ParticipantInfo Modifier and Type Method Description Optional<ParticipantInfo>Call. getAnsweredBy()Optional<ParticipantInfo>Participant. getInfo()Optional<ParticipantInfo>Call. getSource()Methods in odata.msgraph.client.beta.entity with parameters of type ParticipantInfo Modifier and Type Method Description Call.BuilderCall.Builder. answeredBy(ParticipantInfo answeredBy)Participant.BuilderParticipant.Builder. info(ParticipantInfo info)Call.BuilderCall.Builder. source(ParticipantInfo source)com.github.davidmoten.odata.client.ActionRequestNoReturnCall. transfer(InvitationParticipantInfo transferTarget, ParticipantInfo transferee)CallCall. withAnsweredBy(ParticipantInfo answeredBy)ParticipantParticipant. withInfo(ParticipantInfo info)CallCall. withSource(ParticipantInfo source) -
Uses of ParticipantInfo in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request with parameters of type ParticipantInfo Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnCallRequest. transfer(InvitationParticipantInfo transferTarget, ParticipantInfo transferee)
-