public class ItemBuildersImpl
extends java.lang.Object
implements org.jfrog.artifactory.client.model.builder.ItemBuilders
| Modifier and Type | Method and Description |
|---|---|
org.jfrog.artifactory.client.model.builder.FolderBuilder |
builderFrom(org.jfrog.artifactory.client.model.Folder from) |
org.jfrog.artifactory.client.model.builder.ItemBuilder |
builderFrom(org.jfrog.artifactory.client.model.Item from) |
org.jfrog.artifactory.client.model.builder.FolderBuilder |
folderBuilder() |
org.jfrog.artifactory.client.model.builder.ItemBuilder |
itemBuilder() |
public org.jfrog.artifactory.client.model.builder.ItemBuilder itemBuilder()
itemBuilder in interface org.jfrog.artifactory.client.model.builder.ItemBuilderspublic org.jfrog.artifactory.client.model.builder.FolderBuilder folderBuilder()
folderBuilder in interface org.jfrog.artifactory.client.model.builder.ItemBuilderspublic org.jfrog.artifactory.client.model.builder.FolderBuilder builderFrom(org.jfrog.artifactory.client.model.Folder from)
builderFrom in interface org.jfrog.artifactory.client.model.builder.ItemBuilderspublic org.jfrog.artifactory.client.model.builder.ItemBuilder builderFrom(org.jfrog.artifactory.client.model.Item from)
builderFrom in interface org.jfrog.artifactory.client.model.builder.ItemBuilders