Uses of Class
org.wso2.carbon.registry.social.api.people.userprofile.Person.Field
-
Packages that use Person.Field Package Description org.wso2.carbon.registry.social.api.people.userprofile -
-
Uses of Person.Field in org.wso2.carbon.registry.social.api.people.userprofile
Methods in org.wso2.carbon.registry.social.api.people.userprofile that return Person.Field Modifier and Type Method 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.
-