Class AppsCreateOrUpdateResponse

  • All Implemented Interfaces:
    com.azure.core.http.rest.Response<AppInner>

    public final class AppsCreateOrUpdateResponse
    extends com.azure.core.http.rest.ResponseBase<AppsCreateOrUpdateHeaders,​AppInner>
    Contains all response data for the createOrUpdate operation.
    • Constructor Detail

      • AppsCreateOrUpdateResponse

        public AppsCreateOrUpdateResponse​(com.azure.core.http.HttpRequest request,
                                          int statusCode,
                                          com.azure.core.http.HttpHeaders rawHeaders,
                                          AppInner value,
                                          AppsCreateOrUpdateHeaders headers)
        Creates an instance of AppsCreateOrUpdateResponse.
        Parameters:
        request - the request which resulted in this AppsCreateOrUpdateResponse.
        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.
    • Method Detail

      • getValue

        public AppInner getValue()
        Specified by:
        getValue in interface com.azure.core.http.rest.Response<AppInner>
        Overrides:
        getValue in class com.azure.core.http.rest.ResponseBase<AppsCreateOrUpdateHeaders,​AppInner>
        Returns:
        the deserialized response body.