Skip to content

Commit

Permalink
initial commit of fetching a users gmail contacts
Browse files Browse the repository at this point in the history
  • Loading branch information
bkern committed Oct 3, 2013
1 parent 52551c3 commit 972056b
Show file tree
Hide file tree
Showing 12 changed files with 117 additions and 0 deletions.
@@ -0,0 +1,11 @@
package org.springframework.social.google.api.contacts;

/**
* Created with IntelliJ IDEA.
* User: bkern
* Date: 9/23/13
* Time: 9:47 PM
* To change this template use File | Settings | File Templates.
*/
public class Contact {
}
@@ -0,0 +1,11 @@
package org.springframework.social.google.api.contacts;

/**
* Created with IntelliJ IDEA.
* User: bkern
* Date: 9/25/13
* Time: 7:30 PM
* To change this template use File | Settings | File Templates.
*/
public class ContactEntry {
}
@@ -0,0 +1,11 @@
package org.springframework.social.google.api.contacts;

/**
* Created with IntelliJ IDEA.
* User: bkern
* Date: 9/25/13
* Time: 7:48 PM
* To change this template use File | Settings | File Templates.
*/
public class ContactList {
}
@@ -0,0 +1,11 @@
package org.springframework.social.google.api.contacts;

/**
* Created with IntelliJ IDEA.
* User: bkern
* Date: 9/23/13
* Time: 9:43 PM
* To change this template use File | Settings | File Templates.
*/
public class ContactsOperations {
}
@@ -0,0 +1,11 @@
package org.springframework.social.google.api.contacts;

/**
* Created with IntelliJ IDEA.
* User: bkern
* Date: 9/23/13
* Time: 9:45 PM
* To change this template use File | Settings | File Templates.
*/
public class EmailContact {
}
@@ -0,0 +1,11 @@
package org.springframework.social.google.api.contacts;

/**
* Created with IntelliJ IDEA.
* User: bkern
* Date: 9/25/13
* Time: 9:15 PM
* To change this template use File | Settings | File Templates.
*/
public class EmailContactList {
}
@@ -0,0 +1,11 @@
package org.springframework.social.google.api.contacts;

/**
* Created with IntelliJ IDEA.
* User: bkern
* Date: 9/26/13
* Time: 8:22 PM
* To change this template use File | Settings | File Templates.
*/
public class Feed {
}
@@ -0,0 +1,11 @@
package org.springframework.social.google.api.contacts;

/**
* Created with IntelliJ IDEA.
* User: bkern
* Date: 9/26/13
* Time: 6:24 AM
* To change this template use File | Settings | File Templates.
*/
public class GenericContactField {
}
@@ -0,0 +1,11 @@
package org.springframework.social.google.api.contacts.impl;

/**
* Created with IntelliJ IDEA.
* User: bkern
* Date: 9/23/13
* Time: 9:44 PM
* To change this template use File | Settings | File Templates.
*/
public class ContactsTemplate {
}
9 changes: 9 additions & 0 deletions spring-social-google/src/test/java/AbstractGoogleApiTest.java
@@ -0,0 +1,9 @@
/**
* Created with IntelliJ IDEA.
* User: bkern
* Date: 9/26/13
* Time: 7:36 PM
* To change this template use File | Settings | File Templates.
*/
public class AbstractGoogleApiTest {
}
9 changes: 9 additions & 0 deletions spring-social-google/src/test/java/ContactsTemplateTest.java
@@ -0,0 +1,9 @@
/**
* Created with IntelliJ IDEA.
* User: bkern
* Date: 9/26/13
* Time: 7:44 PM
* To change this template use File | Settings | File Templates.
*/
public class ContactsTemplateTest {
}
Empty file.

0 comments on commit 972056b

Please sign in to comment.