Package com.podio.contact
Class ProfileType<T>
- java.lang.Object
-
- com.podio.contact.ProfileType<T>
-
public class ProfileType<T> extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static ProfileType<Profile>FULLstatic ProfileType<ProfileMini>MINI
-
Constructor Summary
Constructors Constructor Description ProfileType(String name, Class<T> type)
-
-
-
Field Detail
-
FULL
public static final ProfileType<Profile> FULL
-
MINI
public static final ProfileType<ProfileMini> MINI
-
-