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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAdGroup AccountCreated timeUpdated timevoidsetAccount(AdAccount account) AdGroup AccountvoidsetCreatedTime(Date createdTime) Created timevoidsetUpdatedTime(Date updatedTime) Updated timeMethods inherited from class com.restfb.types.ads.NamedAdsObject
getName, setNameMethods inherited from class com.restfb.types.ads.BaseAdsObject
getId, setIdMethods 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:
getCreatedTimein interfaceHasCreatedTime
-
setCreatedTime
Created time -
getUpdatedTime
Updated time -
setUpdatedTime
Updated time
-