Package com.onslip360
Class API.Stored_ProductModifier
- java.lang.Object
 - 
- com.onslip360.Onslip360Object<API.Stored_ProductModifier>
 - 
- com.onslip360.API.Stored_ProductModifier
 
 
 
- 
- All Implemented Interfaces:
 Cloneable,Comparable<Onslip360Object<API.Stored_ProductModifier>>
- Enclosing class:
 - API
 
public static class API.Stored_ProductModifier extends Onslip360Object<API.Stored_ProductModifier>
 
- 
- 
Constructor Summary
Constructors Constructor Description Stored_ProductModifier(Boolean automatic, String created, Long id, String name, API.ProductModifier.Type type, String updated) 
- 
Method Summary
- 
Methods inherited from class com.onslip360.Onslip360Object
clone, compareTo, equals, fromJson, fromJson, fromJsonArray, fromJsonArray, fromList, fromMap, fromObject, getExtended, hashCode, setExtended, setExtended, toJson, toJson, toJson, toJson, toList, toMap, toString 
 - 
 
 - 
 
- 
- 
Method Detail
- 
automatic
@Nonnull public Boolean automatic()
 
- 
created
@Nonnull public String created()
 
- 
id
@Nonnull public Long id()
 
- 
name
@Nonnull public String name()
 
- 
title
@Nonnull public Optional<API.ProductModifier.Title> title()
 
- 
type
@Nonnull public API.ProductModifier.Type type()
 
- 
updated
@Nonnull public String updated()
 
- 
automatic
@Nonnull public API.Stored_ProductModifier automatic(Boolean automatic)
 
- 
created
@Nonnull public API.Stored_ProductModifier created(String created)
 
- 
deleted
@Nonnull public API.Stored_ProductModifier deleted(@Nullable String deleted)
 
- 
id
@Nonnull public API.Stored_ProductModifier id(Long id)
 
- 
labelValues
@Nonnull public API.Stored_ProductModifier labelValues(@Nullable Long[] labelValues)
 
- 
labels
@Nonnull public API.Stored_ProductModifier labels(@Nullable Long[] labels)
 
- 
name
@Nonnull public API.Stored_ProductModifier name(String name)
 
- 
products
@Nonnull public API.Stored_ProductModifier products(@Nullable Long[] products)
 
- 
required
@Nonnull public API.Stored_ProductModifier required(@Nullable Boolean required)
 
- 
tags
@Nonnull public API.Stored_ProductModifier tags(@Nullable String[] tags)
 
- 
title
@Nonnull public API.Stored_ProductModifier title(@Nullable API.ProductModifier.Title title)
 
- 
type
@Nonnull public API.Stored_ProductModifier type(API.ProductModifier.Type type)
 
- 
updated
@Nonnull public API.Stored_ProductModifier updated(String updated)
 
- 
updatedBy
@Nonnull public API.Stored_ProductModifier updatedBy(@Nullable Long updatedBy)
 
- 
updatedFrom
@Nonnull public API.Stored_ProductModifier updatedFrom(@Nullable Long updatedFrom)
 
- 
values
@Nonnull public API.Stored_ProductModifier values(@Nullable String[] values)
 
 - 
 
 -