Class UpdateMatcherBuilder
Builder for the class UpdateMatcher
Inheritance
System.Object
UpdateMatcherBuilder
Namespace: HuduAPI.Endpoints.Parameters
Assembly: HuduAPI.dll
Syntax
public class UpdateMatcherBuilder
Constructors
UpdateMatcherBuilder(Int32)
Create a new instance for the UpdateMatcherBuilder
Declaration
public UpdateMatcherBuilder(int matcherId)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | matcherId |
Methods
Build()
Build a class of type UpdateMatcher with all the defined values
Declaration
public UpdateMatcher Build()
Returns
| Type | Description |
|---|---|
| UpdateMatcher | Returns a UpdateMatcher class |
Reset()
Reset all properties' to the default value
Declaration
public UpdateMatcherBuilder Reset()
Returns
| Type | Description |
|---|---|
| UpdateMatcherBuilder | Returns the UpdateMatcherBuilder with the properties reseted |
WithCompanyId(Int32)
Set a value for companyId
Declaration
public UpdateMatcherBuilder WithCompanyId(int companyId)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | companyId | The company identifier. |
Returns
| Type | Description |
|---|---|
| UpdateMatcherBuilder | A generic Builder Object for type |
Withidentifier(String)
Set a value for identifier
Declaration
public UpdateMatcherBuilder Withidentifier(string identifier)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | identifier | The identifier. |
Returns
| Type | Description |
|---|---|
| UpdateMatcherBuilder | A generic Builder Object for type |
WithPotentialCompanyId(Int32)
Declaration
public UpdateMatcherBuilder WithPotentialCompanyId(int potentialCompanyId)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | potentialCompanyId |
Returns
| Type | Description |
|---|---|
| UpdateMatcherBuilder |
WithsyncId(String)
Set a value for syncId
Declaration
public UpdateMatcherBuilder WithsyncId(string syncId)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | syncId | The synchronize identifier. |
Returns
| Type | Description |
|---|---|
| UpdateMatcherBuilder | A generic Builder Object for type |