Uses of Class
com.sap.cloud.sdk.datamodel.metadata.generator.ApiUsageMetadata.Invocation
Packages that use ApiUsageMetadata.Invocation
-
Uses of ApiUsageMetadata.Invocation in com.sap.cloud.sdk.datamodel.metadata.generator
Methods in com.sap.cloud.sdk.datamodel.metadata.generator that return ApiUsageMetadata.InvocationModifier and TypeMethodDescriptionConvenient method to add static argument code.Convenient method to add an argument reference.Convenient method to add an argument reference.static ApiUsageMetadata.Invocation
Convenience method to create a new method invocation.Methods in com.sap.cloud.sdk.datamodel.metadata.generator that return types with arguments of type ApiUsageMetadata.InvocationModifier and TypeMethodDescriptionJavaServiceMethodResolver.getInvocations()
ApiUsageMetadata.getServiceMethodInvocations()
Get method invocations.ODataApiUsageMetadata.getServiceMethodInvocations()
RestApiUsageMetadata.getServiceMethodInvocations()
Methods in com.sap.cloud.sdk.datamodel.metadata.generator with parameters of type ApiUsageMetadata.InvocationModifier and TypeMethodDescriptionJavaServiceMethodResolver.AdditionalInvocation.add
(ApiUsageMetadata.Invocation invocation) Add an invocation.JavaServiceMethodResolver.OptionalBuilder.finalMethod
(ApiUsageMetadata.Invocation finalMethod) ODataApiUsageMetadata.ODataApiUsageMetadataBuilder.serviceMethodInvocation
(ApiUsageMetadata.Invocation serviceMethodInvocation) RestApiUsageMetadata.RestApiUsageMetadataBuilder.serviceMethodInvocation
(ApiUsageMetadata.Invocation serviceMethodInvocation) Method parameters in com.sap.cloud.sdk.datamodel.metadata.generator with type arguments of type ApiUsageMetadata.InvocationModifier and TypeMethodDescriptionODataApiUsageMetadata.ODataApiUsageMetadataBuilder.serviceMethodInvocations
(Collection<? extends ApiUsageMetadata.Invocation> serviceMethodInvocations) RestApiUsageMetadata.RestApiUsageMetadataBuilder.serviceMethodInvocations
(Collection<? extends ApiUsageMetadata.Invocation> serviceMethodInvocations)