Class ExternalEventConfigurationUpdateRequest
java.lang.Object
org.apache.fineract.client.models.ExternalEventConfigurationUpdateRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class ExternalEventConfigurationUpdateRequest
extends Object
ExternalEventConfigurationUpdateRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexternalEventConfigurations(Map<String, Boolean> externalEventConfigurations) Get externalEventConfigurationsinthashCode()putExternalEventConfigurationsItem(String key, Boolean externalEventConfigurationsItem) voidsetExternalEventConfigurations(Map<String, Boolean> externalEventConfigurations) toString()
-
Field Details
-
SERIALIZED_NAME_EXTERNAL_EVENT_CONFIGURATIONS
- See Also:
-
-
Constructor Details
-
ExternalEventConfigurationUpdateRequest
public ExternalEventConfigurationUpdateRequest()
-
-
Method Details
-
externalEventConfigurations
public ExternalEventConfigurationUpdateRequest externalEventConfigurations(Map<String, Boolean> externalEventConfigurations) -
putExternalEventConfigurationsItem
public ExternalEventConfigurationUpdateRequest putExternalEventConfigurationsItem(String key, Boolean externalEventConfigurationsItem) -
getExternalEventConfigurations
Get externalEventConfigurations- Returns:
- externalEventConfigurations
-
setExternalEventConfigurations
-
equals
-
hashCode
public int hashCode() -
toString
-