Package odata.msgraph.client.complex
Class TeamworkUserIdentity
- java.lang.Object
-
- odata.msgraph.client.complex.Identity
-
- odata.msgraph.client.complex.TeamworkUserIdentity
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class TeamworkUserIdentity extends Identity implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTeamworkUserIdentity.Builder
-
Field Summary
Fields Modifier and Type Field Description protected TeamworkUserIdentityTypeuserIdentityType-
Fields inherited from class odata.msgraph.client.complex.Identity
contextPath, displayName, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedTeamworkUserIdentity()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TeamworkUserIdentity.BuilderbuilderTeamworkUserIdentity()Returns a builder which is used to create a new instance of this class (given that this class is immutable).com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()Optional<TeamworkUserIdentityType>getUserIdentityType()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()TeamworkUserIdentitywithUnmappedField(String name, String value)TeamworkUserIdentitywithUserIdentityType(TeamworkUserIdentityType userIdentityType)-
Methods inherited from class odata.msgraph.client.complex.Identity
builder, getDisplayName, getId, withDisplayName, withId
-
-
-
-
Field Detail
-
userIdentityType
protected TeamworkUserIdentityType userIdentityType
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classIdentity
-
getUserIdentityType
public Optional<TeamworkUserIdentityType> getUserIdentityType()
-
withUserIdentityType
public TeamworkUserIdentity withUserIdentityType(TeamworkUserIdentityType userIdentityType)
-
withUnmappedField
public TeamworkUserIdentity withUnmappedField(String name, String 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
-
builderTeamworkUserIdentity
public static TeamworkUserIdentity.Builder builderTeamworkUserIdentity()
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
-
-