public class LoginOptionCollectionRepresentation extends BaseCollectionRepresentation<LoginOptionRepresentation>
Modifier and Type | Class and Description |
---|---|
static class |
LoginOptionCollectionRepresentation.LoginOptionCollectionRepresentationBuilder |
Constructor and Description |
---|
LoginOptionCollectionRepresentation() |
LoginOptionCollectionRepresentation(List<LoginOptionRepresentation> loginOptions) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<LoginOptionRepresentation> |
getLoginOptions() |
int |
hashCode() |
Iterator<LoginOptionRepresentation> |
iterator() |
static LoginOptionCollectionRepresentation.LoginOptionCollectionRepresentationBuilder |
loginOptionCollectionRepresentation() |
void |
setLoginOptions(List<LoginOptionRepresentation> loginOptions) |
String |
toString() |
getNext, getPageStatistics, getPrev, setNext, setPageStatistics, setPrev
getSelf, getSelfDecoded, setSelf, toJSON
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
public LoginOptionCollectionRepresentation()
public LoginOptionCollectionRepresentation(List<LoginOptionRepresentation> loginOptions)
@JSONProperty(ignore=true) public Iterator<LoginOptionRepresentation> iterator()
public static LoginOptionCollectionRepresentation.LoginOptionCollectionRepresentationBuilder loginOptionCollectionRepresentation()
public void setLoginOptions(List<LoginOptionRepresentation> loginOptions)
protected boolean canEqual(Object other)
public String toString()
toString
in class BaseResourceRepresentation
@JSONTypeHint(value=LoginOptionRepresentation.class) public List<LoginOptionRepresentation> getLoginOptions()
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.