global class Example { global Object clone() { } global static ConnectApi.ExampleEntityRepresentation getExampleEntityWithFields(String recordId, List fields) { } global static ConnectApi.ExampleEntityRepresentation getExampleEntityWithOptionalParameters(String recordId, List fields, Map connectDynamicParameters) { } global static ConnectApi.ExampleListRepresentation getExampleListWithFields(String recordId, List fields) { } global static ConnectApi.ExampleMapRepresentation getExampleMapWithFields(String recordId, List fields) { } global static ConnectApi.ExampleEntityRepresentation updateExampleEntity(String recordId, ConnectApi.ExampleEntityInputRepresentation recordInput) { } global static ConnectApi.ExampleEntityRepresentation updateExampleEntityWithOptionalParameters(String recordId, ConnectApi.ExampleEntityInputRepresentation recordInput, Map connectDynamicParameters) { } global static ConnectApi.ExampleListRepresentation updateExampleList(String recordId, ConnectApi.ExampleListInputRepresentation recordInput) { } global static ConnectApi.ExampleMapRepresentation updateExampleMap(String recordId, ConnectApi.ExampleMapInputRepresentation recordInput) { } }