Package com.restfb.types.ads
Class AdLabel
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.ads.BaseAdsObject
com.restfb.types.ads.NamedAdsObject
com.restfb.types.ads.AdLabel
- All Implemented Interfaces:
HasCreatedTime
,Serializable
Represents the AdGroup Label type
.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionAdGroup AccountCreated timeUpdated timevoid
setAccount
(AdAccount account) AdGroup Accountvoid
setCreatedTime
(Date createdTime) Created timevoid
setUpdatedTime
(Date updatedTime) Updated timeMethods inherited from class com.restfb.types.ads.NamedAdsObject
getName, setName
Methods inherited from class com.restfb.types.ads.BaseAdsObject
getId, setId
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
AdLabel
public AdLabel()
-
-
Method Details
-
getAccount
AdGroup Account -
setAccount
AdGroup Account -
getCreatedTime
Created time- Specified by:
getCreatedTime
in interfaceHasCreatedTime
-
setCreatedTime
Created time -
getUpdatedTime
Updated time -
setUpdatedTime
Updated time
-