com.microsoft.store.partnercenter.models.offers.OfferLinks Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of partnercenter Show documentation
Show all versions of partnercenter Show documentation
SDK for accessing Microsoft Partner Center API.
// -----------------------------------------------------------------------
//
// 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