Interface GetResourceUsageReportOptions.Viewpoint
-
- Enclosing class:
- GetResourceUsageReportOptions
public static interface GetResourceUsageReportOptions.ViewpointEnables partner to view the cost of provisioned services as applicable at the given level. Defaults to the type of the calling partner. The valid values are `DISTRIBUTOR`, `RESELLER` and `END_CUSTOMER`.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDISTRIBUTORDISTRIBUTOR.static java.lang.StringEND_CUSTOMEREND_CUSTOMER.static java.lang.StringRESELLERRESELLER.
-
-
-
Field Detail
-
DISTRIBUTOR
static final java.lang.String DISTRIBUTOR
DISTRIBUTOR.- See Also:
- Constant Field Values
-
RESELLER
static final java.lang.String RESELLER
RESELLER.- See Also:
- Constant Field Values
-
END_CUSTOMER
static final java.lang.String END_CUSTOMER
END_CUSTOMER.- See Also:
- Constant Field Values
-
-