SyncGroupsCreateResponse Class
- java.
lang. Object - com.
azure. core. http. rest. ResponseBase<H,T> - com.
azure. resourcemanager. storagesync. models. SyncGroupsCreateResponse
- com.
- com.
public final class SyncGroupsCreateResponse
extends ResponseBase<SyncGroupsCreateHeaders,SyncGroupInner>
Contains all response data for the create operation.
Constructor Summary
| Constructor | Description |
|---|---|
| SyncGroupsCreateResponse(HttpRequest request, int statusCode, HttpHeaders rawHeaders, SyncGroupInner value, SyncGroupsCreateHeaders headers) |
Creates an instance of Sync |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Sync |
getValue()
Gets the deserialized response body. |
Methods inherited from ResponseBase
Methods inherited from java.lang.Object
Constructor Details
SyncGroupsCreateResponse
public SyncGroupsCreateResponse(HttpRequest request, int statusCode, HttpHeaders rawHeaders, SyncGroupInner value, SyncGroupsCreateHeaders headers)
Creates an instance of SyncGroupsCreateResponse.
Parameters:
Method Details
getValue
public SyncGroupInner getValue()
Gets the deserialized response body.
Overrides:
SyncGroupsCreateResponse.getValue()Returns: