Package com.smartsheet.api.models
Class Source
- java.lang.Object
-
- com.smartsheet.api.models.IdentifiableModel<java.lang.Long>
-
- com.smartsheet.api.models.Source
-
public class Source extends IdentifiableModel<java.lang.Long>
-
-
Constructor Summary
Constructors Constructor Description Source()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SourceType
getType()
Gets the type.Source
setType(SourceType type)
Sets the type.-
Methods inherited from class com.smartsheet.api.models.IdentifiableModel
equals, getId, hashCode, setId
-
-
-
-
Method Detail
-
getType
public SourceType getType()
Gets the type.- Returns:
- the name
-
setType
public Source setType(SourceType type)
Sets the type.- Parameters:
type
- the type
-
-