Class ConnectorObjectBuilder


  • public final class ConnectorObjectBuilder
    extends Object
    Builder class to create a ConnectorObject. The developer of a Connector will construct a ConnectorObjectBuilder, and then call the ConnectorObjectBuilder to set a Uid, add attributes, and then finally to build() the actual ConnectorObject.