Uses of Interface
org.bedework.jsforj.model.values.dataTypes.JSUnsignedInteger
-
-
Uses of JSUnsignedInteger in org.bedework.jsforj.impl
Methods in org.bedework.jsforj.impl with parameters of type JSUnsignedInteger Modifier and Type Method Description JSProperty<?>JSFactory. makeProperty(String propertyName, JSUnsignedInteger value)Create an UnsignedInteger property -
Uses of JSUnsignedInteger in org.bedework.jsforj.impl.values
Methods in org.bedework.jsforj.impl.values that return JSUnsignedInteger Modifier and Type Method Description JSUnsignedIntegerJSRecurrenceRuleImpl. getCount(boolean create)JSUnsignedIntegerJSRecurrenceRuleImpl. getInterval(boolean create)JSUnsignedIntegerJSLinkImpl. getSize()JSUnsignedIntegerJSValueImpl. getUnsignedIntegerProperty(String name)Methods in org.bedework.jsforj.impl.values that return types with arguments of type JSUnsignedInteger Modifier and Type Method Description JSArray<JSUnsignedInteger>JSRecurrenceRuleImpl. getByHour(boolean create)JSArray<JSUnsignedInteger>JSRecurrenceRuleImpl. getByMinute(boolean create)JSArray<JSUnsignedInteger>JSRecurrenceRuleImpl. getBySecond(boolean create)Methods in org.bedework.jsforj.impl.values with parameters of type JSUnsignedInteger Modifier and Type Method Description voidJSRecurrenceRuleImpl. setCount(JSUnsignedInteger val)voidJSRecurrenceRuleImpl. setInterval(JSUnsignedInteger val)JSProperty<?>JSPatchObjectImpl. setOverrideProperty(JSUnsignedInteger val, String... names)voidJSLinkImpl. setSize(JSUnsignedInteger val)Method parameters in org.bedework.jsforj.impl.values with type arguments of type JSUnsignedInteger Modifier and Type Method Description voidJSRecurrenceRuleImpl. setByHour(JSArray<JSUnsignedInteger> val)voidJSRecurrenceRuleImpl. setByMinute(JSArray<JSUnsignedInteger> val)voidJSRecurrenceRuleImpl. setBySecond(JSArray<JSUnsignedInteger> val) -
Uses of JSUnsignedInteger in org.bedework.jsforj.impl.values.collections
Methods in org.bedework.jsforj.impl.values.collections that return JSUnsignedInteger Modifier and Type Method Description protected JSUnsignedIntegerJSUnsignedIntArrayImpl. convertToT(com.fasterxml.jackson.databind.JsonNode node)Methods in org.bedework.jsforj.impl.values.collections with parameters of type JSUnsignedInteger Modifier and Type Method Description protected com.fasterxml.jackson.databind.JsonNodeJSUnsignedIntArrayImpl. convertToElement(JSUnsignedInteger val) -
Uses of JSUnsignedInteger in org.bedework.jsforj.impl.values.dataTypes
Classes in org.bedework.jsforj.impl.values.dataTypes that implement JSUnsignedInteger Modifier and Type Class Description classJSUnsignedIntegerImplUser: mike Date: 5/18/20 Time: 17:50Methods in org.bedework.jsforj.impl.values.dataTypes with parameters of type JSUnsignedInteger Modifier and Type Method Description intJSUnsignedIntegerImpl. compare(JSUnsignedInteger that)intJSUnsignedIntegerImpl. compareTo(JSUnsignedInteger that) -
Uses of JSUnsignedInteger in org.bedework.jsforj.model.values
Methods in org.bedework.jsforj.model.values that return JSUnsignedInteger Modifier and Type Method Description JSUnsignedIntegerJSRecurrenceRule. getCount(boolean create)JSUnsignedIntegerJSRecurrenceRule. getInterval(boolean create)JSUnsignedIntegerJSLink. getSize()JSUnsignedIntegerJSValue. getUnsignedIntegerProperty(String name)Returns value of named UnsignedInteger property.Methods in org.bedework.jsforj.model.values that return types with arguments of type JSUnsignedInteger Modifier and Type Method Description JSArray<JSUnsignedInteger>JSRecurrenceRule. getByHour(boolean create)JSArray<JSUnsignedInteger>JSRecurrenceRule. getByMinute(boolean create)JSArray<JSUnsignedInteger>JSRecurrenceRule. getBySecond(boolean create)Methods in org.bedework.jsforj.model.values with parameters of type JSUnsignedInteger Modifier and Type Method Description voidJSRecurrenceRule. setCount(JSUnsignedInteger val)voidJSRecurrenceRule. setInterval(JSUnsignedInteger val)JSProperty<?>JSPatchObject. setOverrideProperty(JSUnsignedInteger val, String... names)Set the value for an UnsignedInteger type propertyvoidJSLink. setSize(JSUnsignedInteger val)The size, in octets, of the resource when fully decoded (i.e., the number of octets in the file the user would download), if known.Method parameters in org.bedework.jsforj.model.values with type arguments of type JSUnsignedInteger Modifier and Type Method Description voidJSRecurrenceRule. setByHour(JSArray<JSUnsignedInteger> val)voidJSRecurrenceRule. setByMinute(JSArray<JSUnsignedInteger> val)voidJSRecurrenceRule. setBySecond(JSArray<JSUnsignedInteger> val) -
Uses of JSUnsignedInteger in org.bedework.jsforj.model.values.dataTypes
Methods in org.bedework.jsforj.model.values.dataTypes with parameters of type JSUnsignedInteger Modifier and Type Method Description intJSUnsignedInteger. compare(JSUnsignedInteger that)Compares with an int value numerically.
-