yt4droid
インタフェース Contact

既知の実装クラスの一覧:
ContactParser

public interface Contact

作成者:
Harioroid

メソッドの概要
 java.util.Date getEdited()
          Returns edited date of a Contact
 java.lang.String getId()
          Returns ID of a Contact
 java.util.List<java.util.Map<java.lang.String,java.util.List<java.util.Map<java.lang.String,java.lang.String>>>> getLink()
          Returns link of a Contact
 java.lang.String getName()
           
 java.util.Date getPublished()
          Returns published date of a Contact
 java.lang.String getStatus()
          Returns status of a Contact
 java.lang.String getTitle()
          Returns title of a Contact
 java.util.Date getUpdated()
          Returns updated date of a Contact
 java.lang.String getUri()
          Returns uri of a Contact
 java.lang.String getUserName()
          Returns userName of a Contact
 

メソッドの詳細

getId

java.lang.String getId()
Returns ID of a Contact

戻り値:
The value String
関連項目:
http://code.google.com/intl/en/apis/youtube/2.0/developers_guide_protocol_contacts.html

getPublished

java.util.Date getPublished()
Returns published date of a Contact

戻り値:
The value Date
関連項目:
http://code.google.com/intl/en/apis/youtube/2.0/developers_guide_protocol_contacts.html

getUpdated

java.util.Date getUpdated()
Returns updated date of a Contact

戻り値:
The value Date
関連項目:
http://code.google.com/intl/en/apis/youtube/2.0/developers_guide_protocol_contacts.html

getEdited

java.util.Date getEdited()
Returns edited date of a Contact

戻り値:
The value Date
関連項目:
http://code.google.com/intl/en/apis/youtube/2.0/developers_guide_protocol_contacts.html

getTitle

java.lang.String getTitle()
Returns title of a Contact

戻り値:
The value String
関連項目:
http://code.google.com/intl/en/apis/youtube/2.0/developers_guide_protocol_contacts.html

getLink

java.util.List<java.util.Map<java.lang.String,java.util.List<java.util.Map<java.lang.String,java.lang.String>>>> getLink()
Returns link of a Contact

戻り値:
The value List
関連項目:
http://code.google.com/intl/en/apis/youtube/2.0/developers_guide_protocol_contacts.html

getName

java.lang.String getName()

getUri

java.lang.String getUri()
Returns uri of a Contact

戻り値:
The value String
関連項目:
http://code.google.com/intl/en/apis/youtube/2.0/developers_guide_protocol_contacts.html

getUserName

java.lang.String getUserName()
Returns userName of a Contact

戻り値:
The value String
関連項目:
http://code.google.com/intl/en/apis/youtube/2.0/developers_guide_protocol_contacts.html

getStatus

java.lang.String getStatus()
Returns status of a Contact

戻り値:
The value String
関連項目:
http://code.google.com/intl/en/apis/youtube/2.0/developers_guide_protocol_contacts.html