Package | Description |
---|---|
com.rometools.modules.base |
This is the base package for the Google Base ROME module.
|
com.rometools.modules.base.types |
This package contains complex and utility datatypes for use with Google Base.
|
Modifier and Type | Method and Description |
---|---|
GenderEnumeration |
Person.getGender()
Gender of an individual in a People profiles bulk upload.
|
GenderEnumeration |
GoogleBaseImpl.getGender() |
Modifier and Type | Method and Description |
---|---|
void |
Person.setGender(GenderEnumeration gender)
Gender of an individual in a People profiles bulk upload.
|
void |
GoogleBaseImpl.setGender(GenderEnumeration gender) |
Modifier and Type | Field and Description |
---|---|
static GenderEnumeration |
GenderEnumeration.FEMALE
Women
|
static GenderEnumeration |
GenderEnumeration.MALE
Men
|
Modifier and Type | Method and Description |
---|---|
static GenderEnumeration |
GenderEnumeration.findByValue(String value)
Returns the proper instance based on the string value
|
Copyright © 2021. All rights reserved.