-
public interface SiteInfo
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceSiteInfo.AllowedFileSenders
-
Method Summary
Modifier and Type Method Description abstract StringgetId()Site ID abstract Operator.PicturegetDefaultOperatorPicture()Default picture for operators abstract booleanisAlwaysUseDefaultOperatorPicture()Specifies if getPicture should be overridden with getDefaultOperatorPicture abstract SiteInfo.AllowedFileSendersgetAllowedFileSenders()Specifies who allowed to send files -
-
Method Detail
-
getDefaultOperatorPicture
@Nullable() abstract Operator.Picture getDefaultOperatorPicture()
Default picture for operators
-
isAlwaysUseDefaultOperatorPicture
abstract boolean isAlwaysUseDefaultOperatorPicture()
Specifies if getPicture should be overridden with getDefaultOperatorPicture
-
getAllowedFileSenders
@NonNull() abstract SiteInfo.AllowedFileSenders getAllowedFileSenders()
Specifies who allowed to send files
-
-
-
-