public static class ModelVersionUpdateRequest.UpdateModelVersionUriRequest extends java.lang.Object implements ModelVersionUpdateRequest
ModelVersionUpdateRequest.RemoveModelVersionPropertyRequest, ModelVersionUpdateRequest.SetModelVersionPropertyRequest, ModelVersionUpdateRequest.UpdateModelVersionComment, ModelVersionUpdateRequest.UpdateModelVersionUriRequest| Constructor and Description | 
|---|
| UpdateModelVersionUriRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| ModelVersionChange | modelVersionChange()Returns the model version change. | 
| void | validate()Validates the request, i.e., checks if the newUri is not empty. | 
public ModelVersionChange modelVersionChange()
modelVersionChange in interface ModelVersionUpdateRequestpublic void validate()
              throws java.lang.IllegalArgumentException
validate in interface RESTMessagejava.lang.IllegalArgumentException - If the request is invalid, this exception is thrown.