Class ParticipantEndpoint
- java.lang.Object
-
- odata.msgraph.client.beta.callRecords.complex.Endpoint
-
- odata.msgraph.client.beta.callRecords.complex.ParticipantEndpoint
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class ParticipantEndpoint extends Endpoint implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classParticipantEndpoint.Builder
-
Field Summary
Fields Modifier and Type Field Description protected UserFeedbackfeedbackprotected IdentitySetidentity-
Fields inherited from class odata.msgraph.client.beta.callRecords.complex.Endpoint
contextPath, odataType, unmappedFields, userAgent
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedParticipantEndpoint()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ParticipantEndpoint.BuilderbuilderParticipantEndpoint()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<UserFeedback>getFeedback()Optional<IdentitySet>getIdentity()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()ParticipantEndpointwithFeedback(UserFeedback feedback)ParticipantEndpointwithIdentity(IdentitySet identity)ParticipantEndpointwithUnmappedField(String name, String value)-
Methods inherited from class odata.msgraph.client.beta.callRecords.complex.Endpoint
builder, getUserAgent, withUserAgent
-
-
-
-
Field Detail
-
feedback
protected UserFeedback feedback
-
identity
protected IdentitySet identity
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEndpoint
-
getFeedback
public Optional<UserFeedback> getFeedback()
-
withFeedback
public ParticipantEndpoint withFeedback(UserFeedback feedback)
-
getIdentity
public Optional<IdentitySet> getIdentity()
-
withIdentity
public ParticipantEndpoint withIdentity(IdentitySet identity)
-
withUnmappedField
public ParticipantEndpoint withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classEndpoint
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEndpoint
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classEndpoint
-
builderParticipantEndpoint
public static ParticipantEndpoint.Builder builderParticipantEndpoint()
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
-
-