Package com.mypurecloud.sdk.v2.model
Class ApiUsageSimpleSearch
java.lang.Object
com.mypurecloud.sdk.v2.model.ApiUsageSimpleSearch
- All Implemented Interfaces:
Serializable
ApiUsageSimpleSearch
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets httpMethodsstatic enumGets or Sets metrics -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()httpMethods(List<ApiUsageSimpleSearch.HttpMethodsEnum> httpMethods) Behaves like a SQL WHERE with multiple IN operators.Behaves like one clause in a SQL WHERE.metrics(List<ApiUsageSimpleSearch.MetricsEnum> metrics) Behaves like a SQL SELECT clause.oauthClientNames(List<String> oauthClientNames) Behaves like a SQL WHERE with multiple IN operators.voidsetHttpMethods(List<ApiUsageSimpleSearch.HttpMethodsEnum> httpMethods) voidsetInterval(String interval) voidsetMetrics(List<ApiUsageSimpleSearch.MetricsEnum> metrics) voidsetOauthClientNames(List<String> oauthClientNames) voidsetTemplateUris(List<String> templateUris) templateUris(List<String> templateUris) Behaves like a SQL WHERE with multiple IN operators.toString()
-
Constructor Details
-
ApiUsageSimpleSearch
public ApiUsageSimpleSearch() -
ApiUsageSimpleSearch
-
-
Method Details
-
interval
Behaves like one clause in a SQL WHERE. Specifies the date and time range of data being queried. Intervals are represented as an ISO-8601 string. For example: YYYY-MM-DDThh:mm:ss/YYYY-MM-DDThh:mm:ss -
getInterval
-
setInterval
-
metrics
Behaves like a SQL SELECT clause. Enables retrieving only named metrics. If omitted, all metrics that are available will be returned (like SELECT *). -
getMetrics
-
setMetrics
-
oauthClientNames
Behaves like a SQL WHERE with multiple IN operators. Specifies a list of OAuth client names to be queried. -
getOauthClientNames
-
setOauthClientNames
-
httpMethods
Behaves like a SQL WHERE with multiple IN operators. Specifies a list of HTTP methods to be queried. -
getHttpMethods
-
setHttpMethods
-
templateUris
Behaves like a SQL WHERE with multiple IN operators. Specifies a list of Template Uris to be queried. -
getTemplateUris
-
setTemplateUris
-
equals
-
hashCode
public int hashCode() -
toString
-