Uses of Class
com.podio.connection.ConnectionType
-
Packages that use ConnectionType Package Description com.podio.connection com.podio.contact -
-
Uses of ConnectionType in com.podio.connection
Methods in com.podio.connection that return ConnectionType Modifier and Type Method Description static ConnectionTypeConnectionType. getByName(String value)static ConnectionTypeConnectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectionType[]ConnectionType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ConnectionType in com.podio.contact
Methods in com.podio.contact that return ConnectionType Modifier and Type Method Description ConnectionTypeConnectionTypeContactTotal. getType()Methods in com.podio.contact with parameters of type ConnectionType Modifier and Type Method Description voidConnectionTypeContactTotal. setType(ConnectionType type)
-