Class BackendOperationDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.publisher.api.v1.dto.BackendOperationDTO
-
public class BackendOperationDTO extends Object
BackendOperationDTO
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBackendOperationDTO.VerbEnumBackend target method
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_TARGETstatic StringSERIALIZED_NAME_VERB
-
Constructor Summary
Constructors Constructor Description BackendOperationDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetTarget()Backend target pathBackendOperationDTO.VerbEnumgetVerb()Backend target methodinthashCode()voidsetTarget(String target)voidsetVerb(BackendOperationDTO.VerbEnum verb)BackendOperationDTOtarget(String target)StringtoString()BackendOperationDTOverb(BackendOperationDTO.VerbEnum verb)
-
-
-
Field Detail
-
SERIALIZED_NAME_TARGET
public static final String SERIALIZED_NAME_TARGET
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VERB
public static final String SERIALIZED_NAME_VERB
- See Also:
- Constant Field Values
-
-
Method Detail
-
target
public BackendOperationDTO target(String target)
-
setTarget
public void setTarget(String target)
-
verb
public BackendOperationDTO verb(BackendOperationDTO.VerbEnum verb)
-
getVerb
@Nullable public BackendOperationDTO.VerbEnum getVerb()
Backend target method- Returns:
- verb
-
setVerb
public void setVerb(BackendOperationDTO.VerbEnum verb)
-
-