All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.pac4j.oauth.profile.facebook.FacebookRelationshipStatus Maven / Gradle / Ivy

There is a newer version: 6.1.0
Show newest version
package org.pac4j.oauth.profile.facebook;

/**
 * This class is the relationship status in Facebook.
 * 
 * @author Jerome Leleu
 * @since 1.0.0
 */
public enum FacebookRelationshipStatus {
    SINGLE,
    IN_A_RELATIONSHIP,
    ENGAGED,
    MARRIED,
    ITS_COMPLICATED,
    IN_AN_OPEN_RELATIONSHIP,
    WIDOWED,
    SEPARATED,
    DIVORCED,
    IN_A_CIVIL_UNION,
    IN_A_DOMESTIC_PARTNERSHIP
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy