Package odata.msgraph.client.complex
Class TeamworkApplicationIdentity
- java.lang.Object
-
- odata.msgraph.client.complex.Identity
-
- odata.msgraph.client.complex.TeamworkApplicationIdentity
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class TeamworkApplicationIdentity extends Identity implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTeamworkApplicationIdentity.Builder
-
Field Summary
Fields Modifier and Type Field Description protected TeamworkApplicationIdentityTypeapplicationIdentityType-
Fields inherited from class odata.msgraph.client.complex.Identity
contextPath, displayName, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedTeamworkApplicationIdentity()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TeamworkApplicationIdentity.BuilderbuilderTeamworkApplicationIdentity()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<TeamworkApplicationIdentityType>getApplicationIdentityType()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()TeamworkApplicationIdentitywithApplicationIdentityType(TeamworkApplicationIdentityType applicationIdentityType)TeamworkApplicationIdentitywithUnmappedField(String name, Object value)-
Methods inherited from class odata.msgraph.client.complex.Identity
builder, getDisplayName, getId, withDisplayName, withId
-
-
-
-
Field Detail
-
applicationIdentityType
protected TeamworkApplicationIdentityType applicationIdentityType
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classIdentity
-
getApplicationIdentityType
public Optional<TeamworkApplicationIdentityType> getApplicationIdentityType()
-
withApplicationIdentityType
public TeamworkApplicationIdentity withApplicationIdentityType(TeamworkApplicationIdentityType applicationIdentityType)
-
withUnmappedField
public TeamworkApplicationIdentity withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classIdentity
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classIdentity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classIdentity
-
builderTeamworkApplicationIdentity
public static TeamworkApplicationIdentity.Builder builderTeamworkApplicationIdentity()
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
-
-