public static final class SiteCleanupPending.Builder
extends java.lang.Object
SiteCleanupPending.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
SiteCleanupPending. |
| Modifier and Type | Method and Description |
|---|---|
SiteCleanupPending |
build() |
SiteCleanupPending.Builder |
setMarkedForDelete(java.lang.Boolean markedForDelete)
Intent objects are not directly deleted from the system when a delete is invoked
on them.
|
SiteCleanupPending.Builder |
setPendingSites(java.util.List<SpanSiteInfo> pendingSites)
List of SpanSiteInfos representing the strech of the entity.
|
SiteCleanupPending.Builder |
setResourcePath(java.lang.String resourcePath)
Policy resource which is either marked for delete or in process of deletion from
site.
|
public Builder()
SiteCleanupPending.public SiteCleanupPending.Builder setMarkedForDelete(java.lang.Boolean markedForDelete)
markedForDelete - New value for the property.public SiteCleanupPending.Builder setPendingSites(java.util.List<SpanSiteInfo> pendingSites)
pendingSites - New value for the property.public SiteCleanupPending.Builder setResourcePath(java.lang.String resourcePath)
resourcePath - New value for the property.public SiteCleanupPending build()