Uses of Class
odata.msgraph.client.beta.enums.OpenIdConnectResponseTypes
-
Packages that use OpenIdConnectResponseTypes Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of OpenIdConnectResponseTypes in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as OpenIdConnectResponseTypes Modifier and Type Field Description protected OpenIdConnectResponseTypesOpenIdConnectIdentityProvider. responseTypeprotected OpenIdConnectResponseTypesOpenIdConnectProvider. responseTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type OpenIdConnectResponseTypes Modifier and Type Method Description Optional<OpenIdConnectResponseTypes>OpenIdConnectIdentityProvider. getResponseType()Optional<OpenIdConnectResponseTypes>OpenIdConnectProvider. getResponseType()Methods in odata.msgraph.client.beta.entity with parameters of type OpenIdConnectResponseTypes Modifier and Type Method Description OpenIdConnectIdentityProvider.BuilderOpenIdConnectIdentityProvider.Builder. responseType(OpenIdConnectResponseTypes responseType)OpenIdConnectProvider.BuilderOpenIdConnectProvider.Builder. responseType(OpenIdConnectResponseTypes responseType)OpenIdConnectIdentityProviderOpenIdConnectIdentityProvider. withResponseType(OpenIdConnectResponseTypes responseType)OpenIdConnectProviderOpenIdConnectProvider. withResponseType(OpenIdConnectResponseTypes responseType) -
Uses of OpenIdConnectResponseTypes in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return OpenIdConnectResponseTypes Modifier and Type Method Description static OpenIdConnectResponseTypesOpenIdConnectResponseTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static OpenIdConnectResponseTypes[]OpenIdConnectResponseTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.
-