public class GetEndpointsRequest extends DynamicStructure implements ServiceRequest<GetEndpointsResponse>
| Modifier and Type | Class and Description |
|---|---|
static class |
GetEndpointsRequest.Builder |
static class |
GetEndpointsRequest.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
GetEndpointsRequest() |
|
GetEndpointsRequest(RequestHeader f_requestHeader,
String f_endpointUrl,
String[] f_localeIds,
String[] f_profileUris) |
protected |
GetEndpointsRequest(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static GetEndpointsRequest.Builder |
builder() |
GetEndpointsRequest |
clone()
Clones the Structure.
|
String |
getEndpointUrl() |
String[] |
getLocaleIds() |
String[] |
getProfileUris() |
RequestHeader |
getRequestHeader()
Get the
RequestHeader of this ServiceRequest. |
void |
setEndpointUrl(String value) |
void |
setLocaleIds(String[] value) |
void |
setProfileUris(String[] value) |
void |
setRequestHeader(RequestHeader value)
Sets the
RequestHeader for this ServiceRequest. |
GetEndpointsRequest.Builder |
toBuilder()
Returns a builder with the data of this Structure pre-set.
|
builderclear, equals, forEachField, forEachField, get, get, hashCode, indexGet, indexSet, set, set, specification, toFieldNamesMap, toFieldNamesMap, toFieldsMap, toFieldsMap, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitclear, forEachField, forEachField, get, get, reduceFields, reduceFields, set, set, specification, toFieldNamesMap, toFieldNamesMap, toFieldsMap, toFieldsMap, toMap, withTranslatedNamespacespublic static final StructureSpecification SPECIFICATION
public GetEndpointsRequest()
protected GetEndpointsRequest(UaDataTypeSpecification specification)
public GetEndpointsRequest(RequestHeader f_requestHeader, String f_endpointUrl, String[] f_localeIds, String[] f_profileUris)
public RequestHeader getRequestHeader()
ServiceRequestRequestHeader of this ServiceRequest.getRequestHeader in interface ServiceRequest<GetEndpointsResponse>public void setRequestHeader(RequestHeader value)
ServiceRequestRequestHeader for this ServiceRequest.setRequestHeader in interface ServiceRequest<GetEndpointsResponse>public String getEndpointUrl()
public void setEndpointUrl(String value)
public String[] getLocaleIds()
public void setLocaleIds(String[] value)
public String[] getProfileUris()
public void setProfileUris(String[] value)
public GetEndpointsRequest clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class DynamicStructurepublic static GetEndpointsRequest.Builder builder()
public GetEndpointsRequest.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class AbstractStructureCopyright © 2026. All rights reserved.