Package com.restfb
Class DebugHeaderInfo.BusinessUseCaseUsage
- java.lang.Object
-
- com.restfb.DebugHeaderInfo.BusinessUseCaseUsage
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DebugHeaderInfo
public static class DebugHeaderInfo.BusinessUseCaseUsage extends Object implements Serializable
business use case based usage object.This usage object is used in Graph API 3.3+ and provides access to the complete set of inner objects.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BusinessUseCaseUsage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DebugHeaderInfo.InnerBusinessUseCaseUsage>
get(String businessId)
returns the usage list that belongs to the given business idList<String>
getBusinessIds()
returns the list of Business Ids that are provided in the the business use case usage header
-
-
-
Constructor Detail
-
BusinessUseCaseUsage
public BusinessUseCaseUsage()
-
-
Method Detail
-
get
public List<DebugHeaderInfo.InnerBusinessUseCaseUsage> get(String businessId)
returns the usage list that belongs to the given business id- Parameters:
businessId
- the business ids you like to fetch the usage list for- Returns:
- the list of usages
-
getBusinessIds
public List<String> getBusinessIds()
returns the list of Business Ids that are provided in the the business use case usage header- Returns:
- list of business ids
-
-