Uses of Class
odata.msgraph.client.beta.enums.TeamworkApplicationIdentityType
-
Packages that use TeamworkApplicationIdentityType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of TeamworkApplicationIdentityType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as TeamworkApplicationIdentityType Modifier and Type Field Description protected TeamworkApplicationIdentityTypeTeamworkApplicationIdentity. applicationIdentityTypeMethods in odata.msgraph.client.beta.complex that return types with arguments of type TeamworkApplicationIdentityType Modifier and Type Method Description Optional<TeamworkApplicationIdentityType>TeamworkApplicationIdentity. getApplicationIdentityType()Methods in odata.msgraph.client.beta.complex with parameters of type TeamworkApplicationIdentityType Modifier and Type Method Description TeamworkApplicationIdentity.BuilderTeamworkApplicationIdentity.Builder. applicationIdentityType(TeamworkApplicationIdentityType applicationIdentityType)TeamworkApplicationIdentityTeamworkApplicationIdentity. withApplicationIdentityType(TeamworkApplicationIdentityType applicationIdentityType) -
Uses of TeamworkApplicationIdentityType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return TeamworkApplicationIdentityType Modifier and Type Method Description static TeamworkApplicationIdentityTypeTeamworkApplicationIdentityType. valueOf(String name)Returns the enum constant of this type with the specified name.static TeamworkApplicationIdentityType[]TeamworkApplicationIdentityType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-