public final class RoleAssignmentsListRoleAssignmentsResponse extends com.azure.core.http.rest.ResponseBase<RoleAssignmentsListRoleAssignmentsHeaders,RoleAssignmentDetailsList>
| Constructor and Description |
|---|
RoleAssignmentsListRoleAssignmentsResponse(com.azure.core.http.HttpRequest request,
int statusCode,
com.azure.core.http.HttpHeaders rawHeaders,
RoleAssignmentDetailsList value,
RoleAssignmentsListRoleAssignmentsHeaders headers)
Creates an instance of RoleAssignmentsListRoleAssignmentsResponse.
|
| Modifier and Type | Method and Description |
|---|---|
RoleAssignmentDetailsList |
getValue() |
public RoleAssignmentsListRoleAssignmentsResponse(com.azure.core.http.HttpRequest request,
int statusCode,
com.azure.core.http.HttpHeaders rawHeaders,
RoleAssignmentDetailsList value,
RoleAssignmentsListRoleAssignmentsHeaders headers)
request - the request which resulted in this RoleAssignmentsListRoleAssignmentsResponse.statusCode - the status code of the HTTP response.rawHeaders - the raw headers of the HTTP response.value - the deserialized value of the HTTP response.headers - the deserialized headers of the HTTP response.public RoleAssignmentDetailsList getValue()
getValue in interface com.azure.core.http.rest.Response<RoleAssignmentDetailsList>getValue in class com.azure.core.http.rest.ResponseBase<RoleAssignmentsListRoleAssignmentsHeaders,RoleAssignmentDetailsList>Copyright © 2021 Microsoft Corporation. All rights reserved.