OperationDisplayInfo Class
- java.
lang. Object - com.
microsoft. azure. management. cognitiveservices. OperationDisplayInfo
- com.
public class OperationDisplayInfo
The operation supported by Cognitive Services.
Constructor Summary
Constructor | Description | |
---|---|---|
OperationDisplayInfo() |
Method Summary
Modifier and Type | Method and Description |
---|---|
java.lang.String |
description()
Get the description value. |
java.lang.String |
operation()
Get the operation value. |
java.lang.String |
provider()
Get the provider value. |
java.lang.String |
resource()
Get the resource value. |
Operation |
withDescription(String description)
Set the description value. |
Operation |
withOperation(String operation)
Set the operation value. |
Operation |
withProvider(String provider)
Set the provider value. |
Operation |
withResource(String resource)
Set the resource value. |
Methods inherited from java.lang.Object
Constructor Details
OperationDisplayInfo
public OperationDisplayInfo()
Method Details
description
public String description()
Get the description value.
Returns:
operation
public String operation()
Get the operation value.
Returns:
provider
public String provider()
Get the provider value.
Returns:
resource
public String resource()
Get the resource value.
Returns:
withDescription
public OperationDisplayInfo withDescription(String description)
Set the description value.
Parameters:
Returns:
withOperation
public OperationDisplayInfo withOperation(String operation)
Set the operation value.
Parameters:
Returns:
withProvider
public OperationDisplayInfo withProvider(String provider)
Set the provider value.
Parameters:
Returns:
withResource
public OperationDisplayInfo withResource(String resource)
Set the resource value.
Parameters:
Returns:
Applies to
Azure SDK for Java