Uses of Class
odata.msgraph.client.beta.complex.ParticipantInfo.Builder
-
Packages that use ParticipantInfo.Builder Package Description odata.msgraph.client.beta.complex -
-
Uses of ParticipantInfo.Builder in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return ParticipantInfo.Builder Modifier and Type Method Description static ParticipantInfo.BuilderParticipantInfo. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).ParticipantInfo.BuilderParticipantInfo.Builder. countryCode(String countryCode)ParticipantInfo.BuilderParticipantInfo.Builder. endpointType(EndpointType endpointType)ParticipantInfo.BuilderParticipantInfo.Builder. identity(IdentitySet identity)ParticipantInfo.BuilderParticipantInfo.Builder. languageId(String languageId)ParticipantInfo.BuilderParticipantInfo.Builder. participantId(String participantId)ParticipantInfo.BuilderParticipantInfo.Builder. platformId(String platformId)ParticipantInfo.BuilderParticipantInfo.Builder. region(String region)
-