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

com.microsoft.store.partnercenter.models.offers.OfferLinks Maven / Gradle / Ivy

There is a newer version: 1.15.3
Show newest version
// -----------------------------------------------------------------------
// 
//      Copyright (c) Microsoft Corporation.  All rights reserved.
// 
// -----------------------------------------------------------------------

package com.microsoft.store.partnercenter.models.offers;

import com.microsoft.store.partnercenter.models.Link;
import com.microsoft.store.partnercenter.models.StandardResourceLinks;

/**
 * Bundles offer links.
 */
public class OfferLinks
    extends StandardResourceLinks
{
    /**
     * Gets or sets the learn more link.
     */
    private Link __LearnMore;

    public Link getLearnMore()
    {
        return __LearnMore;
    }

    public void setLearnMore( Link value )
    {
        __LearnMore = value;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy