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

com.citrix.sharefile.api.models.SFBrandingLinks Maven / Gradle / Ivy


// ------------------------------------------------------------------------------
// 
//     This code was generated by a tool.
//  
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
//     
//	   Copyright (c) 2017 Citrix ShareFile. All rights reserved.
// 
// ------------------------------------------------------------------------------

package com.citrix.sharefile.api.models;

import java.io.InputStream;
import java.util.ArrayList;
import java.net.URI;
import java.util.Date;
import java.util.Map;
import java.util.HashMap;

import com.google.gson.annotations.SerializedName;
import com.citrix.sharefile.api.*;
import com.citrix.sharefile.api.enumerations.*;
import com.citrix.sharefile.api.models.*;

public class SFBrandingLinks extends SFODataObject {

	@SerializedName("LogoUrl")
	private String LogoUrl;
	@SerializedName("EmailLogoUrl")
	private String EmailLogoUrl;
	@SerializedName("LoginLogoUrl")
	private String LoginLogoUrl;
	@SerializedName("FavoriteIconUrl")
	private String FavoriteIconUrl;
	@SerializedName("BackgroundImageUrl")
	private String BackgroundImageUrl;
	@SerializedName("MastheadImageUrl")
	private String MastheadImageUrl;
	@SerializedName("LoginPageBackgroundImageUrl")
	private String LoginPageBackgroundImageUrl;

		/**
		* Custom logo url
		*/
	public String getLogoUrl() {
		return this.LogoUrl;
	}

		/**
		* Custom logo url
		*/
	public void setLogoUrl(String logourl) {
		this.LogoUrl = logourl;
	}
		/**
		* Custom email logo url
		*/
	public String getEmailLogoUrl() {
		return this.EmailLogoUrl;
	}

		/**
		* Custom email logo url
		*/
	public void setEmailLogoUrl(String emaillogourl) {
		this.EmailLogoUrl = emaillogourl;
	}
		/**
		* Custom login logo url
		*/
	public String getLoginLogoUrl() {
		return this.LoginLogoUrl;
	}

		/**
		* Custom login logo url
		*/
	public void setLoginLogoUrl(String loginlogourl) {
		this.LoginLogoUrl = loginlogourl;
	}
		/**
		* Custom browser favorite icon url
		*/
	public String getFavoriteIconUrl() {
		return this.FavoriteIconUrl;
	}

		/**
		* Custom browser favorite icon url
		*/
	public void setFavoriteIconUrl(String favoriteiconurl) {
		this.FavoriteIconUrl = favoriteiconurl;
	}
		/**
		* Custom background image URL
		*/
	public String getBackgroundImageUrl() {
		return this.BackgroundImageUrl;
	}

		/**
		* Custom background image URL
		*/
	public void setBackgroundImageUrl(String backgroundimageurl) {
		this.BackgroundImageUrl = backgroundimageurl;
	}
		/**
		* Background image behind logo in masthead
		*/
	public String getMastheadImageUrl() {
		return this.MastheadImageUrl;
	}

		/**
		* Background image behind logo in masthead
		*/
	public void setMastheadImageUrl(String mastheadimageurl) {
		this.MastheadImageUrl = mastheadimageurl;
	}
		/**
		* Login page Background image
		*/
	public String getLoginPageBackgroundImageUrl() {
		return this.LoginPageBackgroundImageUrl;
	}

		/**
		* Login page Background image
		*/
	public void setLoginPageBackgroundImageUrl(String loginpagebackgroundimageurl) {
		this.LoginPageBackgroundImageUrl = loginpagebackgroundimageurl;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy