Package com.onslip360
Class API.ProductModifier
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.ProductModifier>
-
- com.onslip360.API.ProductModifier
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.ProductModifier>>
- Enclosing class:
- API
public static class API.ProductModifier extends Onslip360Object<API.ProductModifier>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
API.ProductModifier.Title
static class
API.ProductModifier.Type
-
Constructor Summary
Constructors Constructor Description ProductModifier(Boolean automatic, String name, API.ProductModifier.Type type)
-
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
-
-
-
-
Constructor Detail
-
ProductModifier
public ProductModifier(Boolean automatic, String name, API.ProductModifier.Type type)
-
-
Method Detail
-
automatic
@Nonnull public Boolean automatic()
-
name
@Nonnull public String name()
-
title
@Nonnull public Optional<API.ProductModifier.Title> title()
-
type
@Nonnull public API.ProductModifier.Type type()
-
automatic
@Nonnull public API.ProductModifier automatic(Boolean automatic)
-
created
@Nonnull public API.ProductModifier created(@Nullable String created)
-
deleted
@Nonnull public API.ProductModifier deleted(@Nullable String deleted)
-
id
@Nonnull public API.ProductModifier id(@Nullable Long id)
-
labelValues
@Nonnull public API.ProductModifier labelValues(@Nullable Long[] labelValues)
-
labels
@Nonnull public API.ProductModifier labels(@Nullable Long[] labels)
-
name
@Nonnull public API.ProductModifier name(String name)
-
products
@Nonnull public API.ProductModifier products(@Nullable Long[] products)
-
required
@Nonnull public API.ProductModifier required(@Nullable Boolean required)
-
tags
@Nonnull public API.ProductModifier tags(@Nullable String[] tags)
-
title
@Nonnull public API.ProductModifier title(@Nullable API.ProductModifier.Title title)
-
type
@Nonnull public API.ProductModifier type(API.ProductModifier.Type type)
-
updated
@Nonnull public API.ProductModifier updated(@Nullable String updated)
-
updatedBy
@Nonnull public API.ProductModifier updatedBy(@Nullable Long updatedBy)
-
updatedFrom
@Nonnull public API.ProductModifier updatedFrom(@Nullable Long updatedFrom)
-
values
@Nonnull public API.ProductModifier values(@Nullable String[] values)
-
-