public interface OperationDataBuilder
OperationData| Modifier and Type | Method and Description |
|---|---|
OperationData |
build()
Builds the OperationData.
|
OperationData |
buildQuietly()
Builds the OperationData.
|
String |
getHttpMethod()
Returns the HTTP method.
|
String |
getVerison()
Deprecated.
|
String |
getVersion()
Gets the service version.
|
OperationDataBuilder |
withObjectId(String objectId)
Adds object id info to the OperationData being built.
|
OperationDataBuilder |
withOperation(OperationsEnum operation)
Deprecated.
|
OperationDataBuilder |
withOperationId(String operationId)
Adds operation id info to the OperationData being built.
|
OperationDataBuilder |
withServiceId(String serviceId)
Adds service id info to the OperationData being built.
|
OperationDataBuilder |
withVerison(String version)
Deprecated.
|
OperationDataBuilder |
withVersion(String version)
Adds version info to the OperationData being built.
|
OperationDataBuilder withServiceId(String serviceId)
serviceId - The service idOperationDataBuilder withOperationId(String operationId)
operationId - The operation idOperationDataBuilder withObjectId(String objectId)
FOR INTERNAL USE ONLY
objectId - The object id@Deprecated OperationDataBuilder withOperation(OperationsEnum operation)
FOR INTERNAL USE ONLY
operation - The operationwithOperationId(String)OperationDataBuilder withVersion(String version)
version - The version@Deprecated OperationDataBuilder withVerison(String version)
version - The versionwithVersion(String)String getVersion()
String getHttpMethod()
@Deprecated String getVerison()
getVersion()OperationData build() throws AppRegistryException
AppRegistryException - on errorOperationData buildQuietly()
Copyright © 2019. All rights reserved.