Class ParticipantInfo.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.ParticipantInfo.Builder
-
- Enclosing class:
- ParticipantInfo
public static final class ParticipantInfo.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParticipantInfobuild()ParticipantInfo.BuildercountryCode(String countryCode)ParticipantInfo.BuilderendpointType(EndpointType endpointType)ParticipantInfo.Builderidentity(IdentitySet identity)ParticipantInfo.BuilderlanguageId(String languageId)ParticipantInfo.BuilderparticipantId(String participantId)ParticipantInfo.BuilderplatformId(String platformId)ParticipantInfo.Builderregion(String region)
-
-
-
Method Detail
-
countryCode
public ParticipantInfo.Builder countryCode(String countryCode)
-
endpointType
public ParticipantInfo.Builder endpointType(EndpointType endpointType)
-
identity
public ParticipantInfo.Builder identity(IdentitySet identity)
-
languageId
public ParticipantInfo.Builder languageId(String languageId)
-
participantId
public ParticipantInfo.Builder participantId(String participantId)
-
platformId
public ParticipantInfo.Builder platformId(String platformId)
-
region
public ParticipantInfo.Builder region(String region)
-
build
public ParticipantInfo build()
-
-