Uses of Class
odata.msgraph.client.beta.enums.IncomingTokenType
-
Packages that use IncomingTokenType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of IncomingTokenType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as IncomingTokenType Modifier and Type Field Description protected IncomingTokenTypeSignIn. incomingTokenTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type IncomingTokenType Modifier and Type Method Description Optional<IncomingTokenType>SignIn. getIncomingTokenType()Methods in odata.msgraph.client.beta.entity with parameters of type IncomingTokenType Modifier and Type Method Description RestrictedSignIn.BuilderRestrictedSignIn.Builder. incomingTokenType(IncomingTokenType incomingTokenType)SignIn.BuilderSignIn.Builder. incomingTokenType(IncomingTokenType incomingTokenType)SignInSignIn. withIncomingTokenType(IncomingTokenType incomingTokenType) -
Uses of IncomingTokenType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return IncomingTokenType Modifier and Type Method Description static IncomingTokenTypeIncomingTokenType. valueOf(String name)Returns the enum constant of this type with the specified name.static IncomingTokenType[]IncomingTokenType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-