@Beta public final class RestApiUsageMetadata extends Object implements ApiUsageMetadata
Modifier and Type | Class and Description |
---|---|
static class |
RestApiUsageMetadata.RestApiUsageMetadataBuilder |
ApiUsageMetadata.Invocation, ApiUsageMetadata.MethodArgument, ApiUsageMetadata.MethodArgumentDynamic, ApiUsageMetadata.MethodArgumentStatic
Modifier and Type | Method and Description |
---|---|
static RestApiUsageMetadata.RestApiUsageMetadataBuilder |
builder() |
boolean |
equals(Object o) |
List<ApiUsageMetadata.MethodArgument> |
getConstructorArguments()
Get constructor arguments.
|
List<ApiUsageMetadata.Invocation> |
getMethodInvocations()
Get method invocations.
|
String |
getQualifiedServiceClassName()
Get fully-qualified service class name.
|
String |
getQualifiedServiceInterfaceName()
Get fully-qualified service interface name.
|
String |
getQualifiedServiceMethodResult()
Get fully-qualified method result type.
|
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
arg, arg, method
@Nonnull public String getQualifiedServiceInterfaceName()
ApiUsageMetadata
getQualifiedServiceInterfaceName
in interface ApiUsageMetadata
@Nonnull public static RestApiUsageMetadata.RestApiUsageMetadataBuilder builder()
@Nonnull public String getQualifiedServiceClassName()
ApiUsageMetadata
getQualifiedServiceClassName
in interface ApiUsageMetadata
@Nonnull public List<ApiUsageMetadata.MethodArgument> getConstructorArguments()
ApiUsageMetadata
getConstructorArguments
in interface ApiUsageMetadata
@Nonnull public List<ApiUsageMetadata.Invocation> getMethodInvocations()
ApiUsageMetadata
getMethodInvocations
in interface ApiUsageMetadata
@Nonnull public String getQualifiedServiceMethodResult()
ApiUsageMetadata
getQualifiedServiceMethodResult
in interface ApiUsageMetadata
Copyright © 2021 SAP SE. All rights reserved.