Package | Description |
---|---|
org.wso2.carbon.registry.social.api.people.userprofile |
Modifier and Type | Method and Description |
---|---|
static Person.Field |
Person.Field.fromUrlString(String urlString)
Converts from a url string (usually passed in the fields= parameter) into the
corresponding field enum.
|
static Person.Field |
Person.Field.getField(String jsonString) |
static Person.Field |
Person.Field.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Person.Field[] |
Person.Field.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022 WSO2. All rights reserved.