Annotation Type ServiceClientBuilder
-
@Retention(RUNTIME) @Target(TYPE) public @interface ServiceClientBuilder
Annotation given to all service client builder classes.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<?>[]
serviceClients
An array of classes that this builder can build.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description ServiceClientProtocol
protocol
Theprotocol
clients created from this builder will use to interact with the service.
-
-
-
-
protocol
ServiceClientProtocol protocol
Theprotocol
clients created from this builder will use to interact with the service.- Returns:
- The
ServiceClientProtocol
.
- Default:
- com.azure.android.core.rest.annotation.ServiceClientProtocol.HTTP
-
-