All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.azure.resourcemanager.elastic.models.ElasticVersionsListResponse Maven / Gradle / Ivy

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.

package com.azure.resourcemanager.elastic.models;

import com.azure.resourcemanager.elastic.fluent.models.ElasticVersionsListResponseInner;
import java.util.List;

/** An immutable client-side representation of ElasticVersionsListResponse. */
public interface ElasticVersionsListResponse {
    /**
     * Gets the value property: Results of a list operation.
     *
     * @return the value value.
     */
    List value();

    /**
     * Gets the nextLink property: Link to the next set of results, if any.
     *
     * @return the nextLink value.
     */
    String nextLink();

    /**
     * Gets the inner com.azure.resourcemanager.elastic.fluent.models.ElasticVersionsListResponseInner object.
     *
     * @return the inner object.
     */
    ElasticVersionsListResponseInner innerModel();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy