Uses of Enum Class
org.orcid.jaxb.model.message.ScopePathType
Packages that use ScopePathType
Package
Description
-
Uses of ScopePathType in org.orcid.jaxb.model.client_v2
Methods in org.orcid.jaxb.model.client_v2 that return types with arguments of type ScopePathTypeMethod parameters in org.orcid.jaxb.model.client_v2 with type arguments of type ScopePathTypeModifier and TypeMethodDescriptionvoidClientRedirectUri.setPredefinedClientScopes(Set<ScopePathType> predefinedClientScopes) -
Uses of ScopePathType in org.orcid.jaxb.model.clientgroup
Fields in org.orcid.jaxb.model.clientgroup with type parameters of type ScopePathTypeMethods in org.orcid.jaxb.model.clientgroup that return types with arguments of type ScopePathTypeMethod parameters in org.orcid.jaxb.model.clientgroup with type arguments of type ScopePathTypeModifier and TypeMethodDescriptionvoidRedirectUri.setScope(List<ScopePathType> value) Sets the value of the scope property. -
Uses of ScopePathType in org.orcid.jaxb.model.message
Fields in org.orcid.jaxb.model.message declared as ScopePathTypeMethods in org.orcid.jaxb.model.message that return ScopePathTypeModifier and TypeMethodDescriptionstatic ScopePathTypeScopePath.getValue()Gets the value of the value property.static ScopePathTypeReturns the enum constant of this class with the specified name.static ScopePathType[]ScopePathType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.orcid.jaxb.model.message that return types with arguments of type ScopePathTypeModifier and TypeMethodDescriptionScopePathType.combined()static Set<ScopePathType>ScopePathType.getScopesFromSpaceSeparatedString(String scopesString) static Set<ScopePathType>ScopePathType.getScopesFromStrings(Collection<String> scopes) Methods in org.orcid.jaxb.model.message with parameters of type ScopePathTypeModifier and TypeMethodDescriptionScopePathType.getScopesAsStrings(ScopePathType... scopes) booleanScopePathType.hasScope(ScopePathType scope) static booleanScopePathType.hasStringScope(String scope, ScopePathType required) voidScopePath.setValue(ScopePathType value) Sets the value of the value property.Method parameters in org.orcid.jaxb.model.message with type arguments of type ScopePathTypeModifier and TypeMethodDescriptionstatic StringScopePathType.getScopesAsSingleString(Collection<ScopePathType> scopes) ScopePathType.getScopesAsStrings(Collection<ScopePathType> scopes) Constructors in org.orcid.jaxb.model.message with parameters of type ScopePathType -
Uses of ScopePathType in org.orcid.jaxb.model.v3.release.client
Methods in org.orcid.jaxb.model.v3.release.client that return types with arguments of type ScopePathTypeMethod parameters in org.orcid.jaxb.model.v3.release.client with type arguments of type ScopePathTypeModifier and TypeMethodDescriptionvoidClientRedirectUri.setPredefinedClientScopes(Set<ScopePathType> predefinedClientScopes)