CreateJobOptionalParameter Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. contentmoderator. models. CreateJobOptionalParameter
- com.
public class CreateJobOptionalParameter
The CreateJobOptionalParameter model.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
callBackEndpoint()
Get the callBackEndpoint value. |
String |
thisclientacceptLanguage()
Get the thisclientacceptLanguage value. |
Create |
withCallBackEndpoint(String callBackEndpoint)
Set the callBackEndpoint value. |
Create |
withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value. |
Method Details
callBackEndpoint
public String callBackEndpoint()
Get the callBackEndpoint value.
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
Get the thisclientacceptLanguage value.
Returns:
withCallBackEndpoint
public CreateJobOptionalParameter withCallBackEndpoint(String callBackEndpoint)
Set the callBackEndpoint value.
Parameters:
Returns:
withThisclientacceptLanguage
public CreateJobOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
Parameters:
Returns:
Applies to
Azure SDK for Java