| Modifier and Type | Method and Description |
|---|---|
UpdateResponse |
FredClient.callUpdate(UpdateRequest updateRequest)
Method used to call update command for objects:
DOMAIN
CONTACT
NSSET
KEYSET
|
UpdateResponse |
FredClientImpl.callUpdate(UpdateRequest updateRequest) |
| Modifier and Type | Class and Description |
|---|---|
class |
ContactUpdateRequest
A contact update command is used to alter details of a contact.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DomainUpdateRequest
A domain update command is used to alter details of a domain.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KeysetUpdateRequest
A keyset update command is used to alter details of a keyset.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NssetUpdateRequest
A nsset update command is used to alter details of an nsset.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateResponse |
NssetStrategy.callUpdate(UpdateRequest updateRequest) |
UpdateResponse |
ServerObjectStrategyContext.callUpdate(UpdateRequest updateRequest) |
UpdateResponse |
DomainStrategy.callUpdate(UpdateRequest updateRequest) |
UpdateResponse |
OtherStrategy.callUpdate(UpdateRequest updateRequest) |
UpdateResponse |
KeysetStrategy.callUpdate(UpdateRequest updateRequest) |
UpdateResponse |
ServerObjectStrategy.callUpdate(UpdateRequest updateRequest) |
UpdateResponse |
ContactStrategy.callUpdate(UpdateRequest updateRequest) |
UpdateResponse |
NotImplementedStrategy.callUpdate(UpdateRequest request) |
Copyright © 2023. All rights reserved.