Uses of Enum Class
software.xdev.bzst.dip.client.xmldocument.model.IdentityProviderType
Packages that use IdentityProviderType
-
Uses of IdentityProviderType in software.xdev.bzst.dip.client.xmldocument.model
Fields in software.xdev.bzst.dip.client.xmldocument.model declared as IdentityProviderTypeModifier and TypeFieldDescriptionprotected IdentityProviderTypeCustomerIdentifierType.identityProviderMethods in software.xdev.bzst.dip.client.xmldocument.model that return IdentityProviderTypeModifier and TypeMethodDescriptionstatic IdentityProviderTypeCustomerIdentifierType.getIdentityProvider()Gets the value of the identityProvider property.static IdentityProviderTypeReturns the enum constant of this class with the specified name.static IdentityProviderType[]IdentityProviderType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.xdev.bzst.dip.client.xmldocument.model with parameters of type IdentityProviderTypeModifier and TypeMethodDescriptionvoidCustomerIdentifierType.setIdentityProvider(IdentityProviderType value) Sets the value of the identityProvider property.