DeployWhereInput |
DeployWhereInput.addANDItem(DeployWhereInput ANDItem) |
DeployWhereInput |
DeployWhereInput.addIdInItem(String idInItem) |
DeployWhereInput |
DeployWhereInput.addIdNotInItem(String idNotInItem) |
DeployWhereInput |
DeployWhereInput.addNOTItem(DeployWhereInput NOTItem) |
DeployWhereInput |
DeployWhereInput.addORItem(DeployWhereInput ORItem) |
DeployWhereInput |
DeployWhereInput.addVersionInItem(String versionInItem) |
DeployWhereInput |
DeployWhereInput.addVersionNotInItem(String versionNotInItem) |
DeployWhereInput |
DeployWhereInput.AND(List<DeployWhereInput> AND) |
DeployWhereInput |
GetDeploysRequestBody.getWhere()
Get where
|
DeployWhereInput |
GetDeploysConnectionRequestBody.getWhere()
Get where
|
DeployWhereInput |
DeployWhereInput.id(String id) |
DeployWhereInput |
DeployWhereInput.idContains(String idContains) |
DeployWhereInput |
DeployWhereInput.idEndsWith(String idEndsWith) |
DeployWhereInput |
DeployWhereInput.idGt(String idGt) |
DeployWhereInput |
DeployWhereInput.idGte(String idGte) |
DeployWhereInput |
DeployWhereInput.idIn(List<String> idIn) |
DeployWhereInput |
DeployWhereInput.idLt(String idLt) |
DeployWhereInput |
DeployWhereInput.idLte(String idLte) |
DeployWhereInput |
DeployWhereInput.idNot(String idNot) |
DeployWhereInput |
DeployWhereInput.idNotContains(String idNotContains) |
DeployWhereInput |
DeployWhereInput.idNotEndsWith(String idNotEndsWith) |
DeployWhereInput |
DeployWhereInput.idNotIn(List<String> idNotIn) |
DeployWhereInput |
DeployWhereInput.idNotStartsWith(String idNotStartsWith) |
DeployWhereInput |
DeployWhereInput.idStartsWith(String idStartsWith) |
DeployWhereInput |
DeployWhereInput.license(LicenseWhereInput license) |
DeployWhereInput |
DeployWhereInput.NOT(List<DeployWhereInput> NOT) |
DeployWhereInput |
DeployWhereInput.OR(List<DeployWhereInput> OR) |
DeployWhereInput |
DeployWhereInput.version(String version) |
DeployWhereInput |
DeployWhereInput.versionContains(String versionContains) |
DeployWhereInput |
DeployWhereInput.versionEndsWith(String versionEndsWith) |
DeployWhereInput |
DeployWhereInput.versionGt(String versionGt) |
DeployWhereInput |
DeployWhereInput.versionGte(String versionGte) |
DeployWhereInput |
DeployWhereInput.versionIn(List<String> versionIn) |
DeployWhereInput |
DeployWhereInput.versionLt(String versionLt) |
DeployWhereInput |
DeployWhereInput.versionLte(String versionLte) |
DeployWhereInput |
DeployWhereInput.versionNot(String versionNot) |
DeployWhereInput |
DeployWhereInput.versionNotContains(String versionNotContains) |
DeployWhereInput |
DeployWhereInput.versionNotEndsWith(String versionNotEndsWith) |
DeployWhereInput |
DeployWhereInput.versionNotIn(List<String> versionNotIn) |
DeployWhereInput |
DeployWhereInput.versionNotStartsWith(String versionNotStartsWith) |
DeployWhereInput |
DeployWhereInput.versionStartsWith(String versionStartsWith) |