Package net.worcade.client.create
Interface AssetCreate
-
- All Superinterfaces:
AssetModification,EntityModification
public interface AssetCreate extends AssetModification
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssetCreatelabels(Reference... labels)AssetCreatelocation(Reference location)AssetCreatemake(String make)AssetCreatemodel(String model)AssetCreatename(String name)AssetCreatenotes(String notes)AssetCreatepicture(Reference picture)AssetCreateremoteIds(RemoteId... remoteIds)AssetCreateserial(String serial)AssetCreatesharedWith(Reference... targets)AssetCreatespecification(String specification)AssetCreatetype(String type)
-
-
-
Method Detail
-
name
AssetCreate name(String name)
- Specified by:
namein interfaceAssetModification
-
type
AssetCreate type(String type)
- Specified by:
typein interfaceAssetModification
-
make
AssetCreate make(String make)
- Specified by:
makein interfaceAssetModification
-
model
AssetCreate model(String model)
- Specified by:
modelin interfaceAssetModification
-
specification
AssetCreate specification(String specification)
- Specified by:
specificationin interfaceAssetModification
-
serial
AssetCreate serial(String serial)
- Specified by:
serialin interfaceAssetModification
-
notes
AssetCreate notes(String notes)
- Specified by:
notesin interfaceAssetModification
-
location
AssetCreate location(Reference location)
- Specified by:
locationin interfaceAssetModification
-
picture
AssetCreate picture(Reference picture)
- Specified by:
picturein interfaceAssetModification
-
labels
AssetCreate labels(Reference... labels)
-
sharedWith
AssetCreate sharedWith(Reference... targets)
-
remoteIds
AssetCreate remoteIds(RemoteId... remoteIds)
-
-