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

com.citrix.sharefile.api.models.SFCancellation 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 SFCancellation extends SFODataObject {

	@SerializedName("Password")
	private String Password;
	@SerializedName("Reason")
	private String Reason;
	@SerializedName("ReasonCode")
	private Integer ReasonCode;
	@SerializedName("AutoEmail")
	private Boolean AutoEmail;
	@SerializedName("CancelAddOns")
	private Boolean CancelAddOns;
	@SerializedName("InternalNotes")
	private String InternalNotes;

	public String getPassword() {
		return this.Password;
	}

	public void setPassword(String password) {
		this.Password = password;
	}
	public String getReason() {
		return this.Reason;
	}

	public void setReason(String reason) {
		this.Reason = reason;
	}
	public Integer getReasonCode() {
		return this.ReasonCode;
	}

	public void setReasonCode(Integer reasoncode) {
		this.ReasonCode = reasoncode;
	}
	public Boolean getAutoEmail() {
		return this.AutoEmail;
	}

	public void setAutoEmail(Boolean autoemail) {
		this.AutoEmail = autoemail;
	}
	public Boolean getCancelAddOns() {
		return this.CancelAddOns;
	}

	public void setCancelAddOns(Boolean canceladdons) {
		this.CancelAddOns = canceladdons;
	}
	public String getInternalNotes() {
		return this.InternalNotes;
	}

	public void setInternalNotes(String internalnotes) {
		this.InternalNotes = internalnotes;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy