Package com.smartsheet.api.models
Class UserPlan
- java.lang.Object
-
- com.smartsheet.api.models.UserPlan
-
public class UserPlan extends java.lang.ObjectRepresents the UserPlan object.
-
-
Constructor Summary
Constructors Constructor Description UserPlan()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.BooleangetIsInternal()java.lang.LonggetPlanId()java.time.ZonedDateTimegetProvisionalExpirationDate()SeatTypegetSeatType()java.time.ZonedDateTimegetSeatTypeLastChangedAt()voidsetIsInternal(java.lang.Boolean isInternal)voidsetPlanId(java.lang.Long planId)voidsetProvisionalExpirationDate(java.time.ZonedDateTime provisionalExpirationDate)voidsetSeatType(SeatType seatType)voidsetSeatTypeLastChangedAt(java.time.ZonedDateTime seatTypeLastChangedAt)
-
-
-
Method Detail
-
getPlanId
public java.lang.Long getPlanId()
-
setPlanId
public void setPlanId(java.lang.Long planId)
-
getSeatType
public SeatType getSeatType()
-
setSeatType
public void setSeatType(SeatType seatType)
-
getSeatTypeLastChangedAt
public java.time.ZonedDateTime getSeatTypeLastChangedAt()
-
setSeatTypeLastChangedAt
public void setSeatTypeLastChangedAt(java.time.ZonedDateTime seatTypeLastChangedAt)
-
getProvisionalExpirationDate
public java.time.ZonedDateTime getProvisionalExpirationDate()
-
setProvisionalExpirationDate
public void setProvisionalExpirationDate(java.time.ZonedDateTime provisionalExpirationDate)
-
getIsInternal
public java.lang.Boolean getIsInternal()
-
setIsInternal
public void setIsInternal(java.lang.Boolean isInternal)
-
-