Interface RequestTypeDeleteParameters
@PublicApi
public interface RequestTypeDeleteParameters
Parameters to delete a
RequestType
.- Since:
- v3.7.0
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Builder to instantiateRequestTypeDeleteParameters
. -
Method Summary
Modifier and TypeMethodDescriptionint
The id of thisRequestType
.int
The id of theServiceDesk
thisRequestType
must belong to.
-
Method Details
-
requestType
int requestType()The id of thisRequestType
.Is mandatory for this request.
-
serviceDesk
int serviceDesk()
-