public static class StringOperators.IndexOfCP.SubstringBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
StringOperators.IndexOfCP |
indexOf(AggregationExpression expression)
Creates a new
StringOperators.IndexOfCP given AggregationExpression that resolves to the substring. |
StringOperators.IndexOfCP |
indexOf(Field fieldReference)
Creates a new
StringOperators.IndexOfCP given Field that resolves to the substring. |
StringOperators.IndexOfCP |
indexOf(String substring)
Creates a new
StringOperators.IndexOfCP given substring. |
public StringOperators.IndexOfCP indexOf(String substring)
StringOperators.IndexOfCP given substring.substring - must not be null.public StringOperators.IndexOfCP indexOf(AggregationExpression expression)
StringOperators.IndexOfCP given AggregationExpression that resolves to the substring.expression - must not be null.public StringOperators.IndexOfCP indexOf(Field fieldReference)
StringOperators.IndexOfCP given Field that resolves to the substring.fieldReference - must not be null.Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.