C# Class Smartsheet.Api.Internal.ServerInfoResourcesImpl

This is the implementation of the ServerInfoResources. Thread Safety: This class is thread safe because it is immutable and its base class is thread safe.
Inheritance: AbstractResources, ServerInfoResources
Show file Open project: smartsheet-platform/smartsheet-csharp-sdk Class Usage Examples

Public Methods

Method Description
GetServerInfo ( ) : ServerInfo
ServerInfoResourcesImpl ( SmartsheetImpl smartsheet ) : System.Collections.Generic

Constructor. Exceptions: - IllegalArgumentException : if any argument is null or empty string

Method Details

GetServerInfo() public method

public GetServerInfo ( ) : ServerInfo
return Smartsheet.Api.Models.ServerInfo

ServerInfoResourcesImpl() public method

Constructor. Exceptions: - IllegalArgumentException : if any argument is null or empty string
public ServerInfoResourcesImpl ( SmartsheetImpl smartsheet ) : System.Collections.Generic
smartsheet SmartsheetImpl the Smartsheet
return System.Collections.Generic