Interface RequestTypeUpdateParameters
@PublicApi
public interface RequestTypeUpdateParameters
Parameters to update a
RequestType
.- Since:
- v3.7.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Builder to instantiateRequestTypeUpdateParameters
. -
Method Summary
Modifier and TypeMethodDescriptionOptional description of thisRequestType
.helpText()
Optional help text of thisRequestType
.name()
Name of thisRequestType
.int
The id of thisRequestType
.
-
Method Details
-
requestType
int requestType()The id of thisRequestType
.Is mandatory for this request.
-
name
Name of thisRequestType
. -
description
Optional description of thisRequestType
. -
helpText
Optional help text of thisRequestType
.
-