Class WhatsAppProperties.Content
- java.lang.Object
-
- com.flowable.engage.external.system.whatsapp.WhatsAppProperties.Content
-
- Enclosing class:
- WhatsAppProperties
public static class WhatsAppProperties.Content extends Object
-
-
Constructor Summary
Constructors Constructor Description Content()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBaseContentUrl()DataSizegetMaxSize()StringgetRestPassword()StringgetRestUsername()voidsetBaseContentUrl(String baseContentUrl)voidsetMaxSize(DataSize maxSize)voidsetRestPassword(String restPassword)voidsetRestUsername(String restUsername)
-
-
-
Method Detail
-
getBaseContentUrl
public String getBaseContentUrl()
-
setBaseContentUrl
public void setBaseContentUrl(String baseContentUrl)
-
getRestUsername
public String getRestUsername()
-
setRestUsername
public void setRestUsername(String restUsername)
-
getRestPassword
public String getRestPassword()
-
setRestPassword
public void setRestPassword(String restPassword)
-
getMaxSize
public DataSize getMaxSize()
-
setMaxSize
public void setMaxSize(DataSize maxSize)
-
-