public class ScimAttributesFactory<T extends ScimAttribute<T>> extends Object
| Constructor and Description |
|---|
ScimAttributesFactory(java.util.function.Supplier<T[]> enumValues) |
| Modifier and Type | Method and Description |
|---|---|
T |
from(String attributeName)
Parses the attribute name (which can either be its short name, e.g.
|
public ScimAttributesFactory(java.util.function.Supplier<T[]> enumValues)
public T from(String attributeName)
attributeName - either short or full attribute nameCopyright © 2022 SAP SE. All rights reserved.