Builder

class Builder

Builder object to build a Service.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun build(): Service

Builds Service after validating the required fields.

Link copied to clipboard

Adds Id to the Service.

Link copied to clipboard
fun serviceEndpoint(serviceEndpoint: List<String>?): Service.Builder

Adds ServiceEndpoint to the Service.

Link copied to clipboard

Adds Type to the Service.