Uses of Class
co.ecg.alpaca.toolkit.generated.datatypes.Endpoint
Package | Description |
---|---|
co.ecg.alpaca.toolkit.generated | |
co.ecg.alpaca.toolkit.generated.datatypes |
-
Uses of Endpoint in co.ecg.alpaca.toolkit.generated
Fields in co.ecg.alpaca.toolkit.generated with type parameters of type Endpoint Modifier and Type Field Description protected java.util.Optional<@Valid Endpoint>
User.UserModifyRequest. endpoint
Methods in co.ecg.alpaca.toolkit.generated that return types with arguments of type Endpoint Modifier and Type Method Description java.util.Optional<@Valid Endpoint>
User.UserModifyRequest. getEndpoint()
Methods in co.ecg.alpaca.toolkit.generated with parameters of type Endpoint Modifier and Type Method Description User.UserModifyRequest
User.UserModifyRequest. setEndpoint(Endpoint endpoint)
-
Uses of Endpoint in co.ecg.alpaca.toolkit.generated.datatypes
Methods in co.ecg.alpaca.toolkit.generated.datatypes that return Endpoint Modifier and Type Method Description static Endpoint[]
Endpoint. getArrayFromNode(org.w3c.dom.Node node, java.lang.String elementName, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Retrieves an array of elements of type Endpoint by parsing the XML node.static Endpoint
Endpoint. getFromNode(org.w3c.dom.Node node, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Retrieves an elements of type Endpoint by parsing an XML node.Endpoint
Endpoint. setAccessDeviceEndpoint(AccessDeviceMultipleContactEndpointModify accessDeviceEndpoint)
Endpoint
Endpoint. setTrunkAddressing(TrunkAddressingMultipleContactModify trunkAddressing)
Methods in co.ecg.alpaca.toolkit.generated.datatypes with parameters of type Endpoint Modifier and Type Method Description static org.w3c.dom.Element
Endpoint. formRequest(Request<?> request, Endpoint datatype, java.lang.String elementName)
Appends this DataType to the given Request